westonpace commented on issue #34162:
URL: https://github.com/apache/arrow/issues/34162#issuecomment-1444552350

   > Maybe because it skips the page when doing predicate pushdown?
   
   That seems likely.  I did a quick test and `SimplifyWithGuarantee` is not 
considering `nan_is_null` so `is_null(x, true)` given the guarantee `is_null(x, 
false)` simplifies to `literal(true)` and it should not.


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