tustvold commented on issue #4835:
URL: https://github.com/apache/arrow-rs/issues/4835#issuecomment-1724564043

   Currently the Array methods consistently return nullability as determined by 
the null buffer, irrespective of the array's logical value, i.e. if a 
dictionary value is null, this won't be reflected in is_null.
   
   We could change this, but doing so would significantly regress performance, 
especially for RunArray.
   
   I agree the current situation is unfortunate, but I do feel strongly that we 
should be consistent about what these methods mean.


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