alamb opened a new issue, #9288: URL: https://github.com/apache/arrow-datafusion/issues/9288
### Is your feature request related to a problem or challenge? Part of https://github.com/apache/arrow-datafusion/issues/9285 and https://github.com/apache/arrow-datafusion/issues/8045 The goal is to extract function definitions out of the datafusion core. ### Describe the solution you'd like Move the make_array function to datafusion-functions-array ### Describe alternatives you've considered _No response_ ### Additional context Note the `make_array` function is somewhat special in that it has several special cases in datafusion core at the moment. Not only do the special cases make it hard to move, it also means some datafusion functionality is not available to scalar udf functions -- 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]
