pepijnve commented on issue #19092:
URL: https://github.com/apache/datafusion/issues/19092#issuecomment-3678747013

   > - IS NULL(literal) -> true/false based on literal.value().is_null()
   > - IS NOT NULL(literal) -> true/false based on !literal.value().is_null()
   
   @adriangb this seems like something `simplify_const_expr` should already be 
able to do. Any idea why it isn't in your case? When I just tested the proposed 
unit tests on `main`, they already pass.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to