You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/07/29 16:24:24 UTC

[GitHub] [calcite] kgyrtkirk opened a new pull request #1340: [CALCITE-3192] Simplify OR incorrectly weaks condition

kgyrtkirk opened a new pull request #1340: [CALCITE-3192] Simplify OR incorrectly weaks condition
URL: https://github.com/apache/calcite/pull/1340
 
 
   For expressions like: (1 < x or ( x < 3 and c ))
   simplification was made to ( 1 < x or c )

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services