jorisvandenbossche commented on PR #34184:
URL: https://github.com/apache/arrow/pull/34184#issuecomment-1433268843

   > Is this expected?
   
   It's not super clear from the assert message, but so it is the "null" that 
is different (see my inline comment). As Alenka mentioned above, that is indeed 
expected (and tested on the C++ side) behaviour. 
   
   In general, predicate functions (checking something, returning a boolean) 
propagate nulls (in the idea of "you don't know the value, so you also don't 
know if it is NaN or not, so whether it should be True or False). 
   (one exception on that rule is of course `is_null` to check for nulls 
itself) 


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