alamb commented on issue #7968:
URL: 
https://github.com/apache/arrow-datafusion/issues/7968#issuecomment-1784083797

   Thank you @viirya  -- the way `ARRAY` datatypes handle null now is non ideal 
-- they use `DataType::Null` inconsistenty rather than `DataType::List` with an 
appropriate Null literal -- perhaps this is related to 
https://github.com/apache/arrow-datafusion/issues/7142
   
   cc @jayzhan211  -- maybe 
https://github.com/apache/arrow-datafusion/issues/7142 would be a good 
simplification to try and work on in the context of moving DataFusion array 
support forward


-- 
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]

Reply via email to