This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 644a2fc246e [fix](Test)Anonymous access must be explicitly specified
to prevent the default ProviderChain from taking effect. (#59862)
add 42675f61d8c [feat](simplify range) Add more range inference simplifier
rule. (#59818)
No new revisions were added by this update.
Summary of changes:
.../rules/expression/rules/RangeInference.java | 139 +++++++++++++--------
.../rules/expression/rules/SimplifyRange.java | 2 +-
.../rules/expression/SimplifyRangeTest.java | 54 ++++++--
.../case_when_rules/test_case_when_rules.out | 56 +++++++++
.../push_down_filter_other_condition.out | 2 +-
.../case_when_rules/test_case_when_rules.groovy | 79 ++++++++++++
6 files changed, 270 insertions(+), 62 deletions(-)
create mode 100644
regression-test/data/nereids_rules_p0/case_when_rules/test_case_when_rules.out
create mode 100644
regression-test/suites/nereids_rules_p0/case_when_rules/test_case_when_rules.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]