alamb opened a new issue, #8400:
URL: https://github.com/apache/arrow-rs/issues/8400

   @alamb -- we should track a follow-on item somewhere: Once we support array 
element shredding, we will have _three_ different semantics to deal with, and 
this fix will need to expand from a bool to an enum:
   
   When appending NULL:
   
   ||struct|value|typed_value|
   |-|-|-|-|
   |Variant|NULL|NULL|NULL
   |Object field|valid|NULL|NULL
   |Array element|valid|Variant::Null|NULL
   
   _Originally posted by @scovich in 
https://github.com/apache/arrow-rs/issues/8395#issuecomment-3314277966_
               


-- 
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: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to