Veeupup commented on issue #5091:
URL: https://github.com/apache/arrow-rs/issues/5091#issuecomment-1816586156

   Thanks for your answer!
   
    I'm refactoring `array_array` in `arrow-datafusion`, and I want to simplify 
macro by using `MutableArrayData`. So I use it like 
   
   
https://github.com/apache/arrow-datafusion/pull/8252/files#diff-48cc9cf1bfdb0214a9f625b384d1c4fd5967a9da61e8f22a5dc1c4c5800563b4R395-R403
   
   it can handle `make_array(1, NULL, 2)` but when it comes `make_array(NULL, 
1)`, this will be failed to construct.
   
   


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