alamb commented on issue #7144: URL: https://github.com/apache/arrow-datafusion/issues/7144#issuecomment-1658270935
I can't think of any practical usecase for making making pure null arrays , though maybe I am missing something. Adding lots of code for a case no one is likely to actually use seems unecessary to me. Thus, perhaps following DuckDB's behavior and picking some arbitrary type like `int32[]` is reasonable. Or maybe even generating a "not yet supported" error and waiting for someone to report on their actual usecase before we spend engineering time on sorting out how to make it behave 🤔 -- 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]
