macroguo-ghy opened a new pull request, #3416:
URL: https://github.com/apache/calcite/pull/3416

   Simplify 'p OR NOT p' to 'TRUE' (if p is not nullable), or to 'null AND p IS 
NOT NULL' (if p is nullable).
   GeodeFilter support converting 'p IS NOT NULL' to 'p <> null'.


-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to