kgyrtkirk opened a new pull request #1044: [CALCITE-2838] Simplification: Remove redundant IS TRUE/IS NOT FALSE … URL: https://github.com/apache/calcite/pull/1044 …checks Earlier expressions like ((x IS TRUE) IS TRUE) were left as is, the new behaviour recognizes if the IS TRUE/IS NOT FALSE check is redundant. In case ((x IS TRUE) IS TRUE) is a filter expression, it is simplified to 'x'.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
