zagto opened a new issue, #33830:
URL: https://github.com/apache/arrow/issues/33830

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   In the Columnar format, the handling of null values in the REE type is not 
described properly.
   
   - The null count of the parent array should be 0, since the parent has no 
validity bitmap (and there is a general assumption in arrow code that a 
non-zero null count means the standard validity bitmap is present)
   - The document only indirectly describes how Null values are encoded
   
   Thanks @tustvold for catching this!
   
   [1] 
[https://github.com/apache/arrow/pull/13333#discussion_r1083470362](https://github.com/apache/arrow/pull/13333#discussion_r1083470362)
   
   ### Component(s)
   
   Documentation, Format


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