AdamGS opened a new pull request, #9702:
URL: https://github.com/apache/arrow-rs/pull/9702

   # Which issue does this PR close?
   
   - Closes #9701
   
   # Rationale for this change
   
   Fixes a correctness issue, where top-level nullability will be dropped in 
these cases.
   
   # What changes are included in this PR?
   
   Union the nullability buffers of perfectly shredded variant children with 
the array's top-level nullability.
   
   # Are these changes tested?
   
   In addition to existing tests, add tests that verify that the nulls are 
applied, both when the child is has no-nulls and when it does. 
   
   # Are there any user-facing changes?
   
   Fixes incorrect behavior
   


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