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: [email protected] With regards, Apache Git Services
