abandy opened a new pull request, #42043:
URL: https://github.com/apache/arrow/pull/42043

   ### Rationale for this change
   
   There is an issue when decoding nullable types.  The previous method of 
checking for nil values always returned false for nullable types due too the 
ArrowArray types being non nullable.
   
   ### What changes are included in this PR?
   This PR adds a IsNull method to the ArrowDecoder to be used for null checks. 
 Also, a check for nullable types has been added to the Unkeyed decode method.
   
   ### Are these changes tested?
   Yes, tests have been added/modified to test this fix.


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