GitHub user Jefffrey closed the discussion with a comment: How can I string-split a string field into a list field in Arrow Datafusion?
This is now possible with [`string_to_array`](https://datafusion.apache.org/user-guide/sql/scalar_functions.html#string-to-array) function Equivalent DataFrame API: https://docs.rs/datafusion/latest/datafusion/functions_nested/expr_fn/fn.string_to_array.html GitHub link: https://github.com/apache/datafusion/discussions/4605#discussioncomment-14990633 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
