This is an automated email from the ASF dual-hosted git repository.
chunwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from b8deb18 [CALCITE-2707] Information about distinct aggregation is lost
in MATCH_RECOGNIZE
add 2ffd74a [CALCITE-3803] Enhance RexSimplify to simplify 'a>1 or (a<3
and b)' to 'a>1 or b' if column a is not nullable
No new revisions were added by this update.
Summary of changes:
core/src/main/java/org/apache/calcite/rex/RexSimplify.java | 13 ++-----------
.../test/java/org/apache/calcite/rex/RexProgramTest.java | 6 +++---
.../resources/org/apache/calcite/test/RelOptRulesTest.xml | 4 ++--
3 files changed, 7 insertions(+), 16 deletions(-)