Kimahriman opened a new issue, #11923: URL: https://github.com/apache/datafusion/issues/11923
### Is your feature request related to a problem or challenge? `make_array` currently hard codes that all return types and arrays returned from invoke have a nullable element. ### Describe the solution you'd like Check the input expressions, and if all are non-nullable, the array element should be non-nullable ### Describe alternatives you've considered _No response_ ### Additional context Discovered this while trying to implement array creation support in datafusion-comet -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
