casperhart opened a new pull request, #7577: URL: https://github.com/apache/arrow-datafusion/pull/7577
Closes #7555 ## What changes are included in this PR? - implement `string_to_array` similar to postgres. Functionality is based off the function with the same name here: https://www.postgresql.org/docs/9.1/functions-array.html - add tests ## Are these changes tested? I've included tests in both `tests/sql/expr.rs` and `functions.slt`. This duplication may not be necessary, so I'd be happy to remove one. ## Are there any user-facing changes? Yes, the addition of a new sql function is a user facing change. However, I'm not sure how to update the docs, but happy to do so if you can point me in the right direction. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
