This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1dbee27225a [Chore](nereids) remove CreateMaterializedViewStmt (#55273)
add 525deed07db [fix](unique function) add between back for fix unique
function (#55407)
No new revisions were added by this update.
Summary of changes:
.../doris/nereids/parser/LogicalPlanBuilder.java | 20 ++--
.../nereids/rules/analysis/ExpressionAnalyzer.java | 18 ++++
.../doris/nereids/trees/expressions/Between.java | 101 +++++++++++++++++++++
.../trees/expressions/functions/scalar/Random.java | 5 +-
.../expressions/visitor/ExpressionVisitor.java | 5 +
.../org/apache/doris/nereids/util/PlanUtils.java | 2 +-
.../apache/doris/nereids/parser/BetweenTest.java | 11 ++-
.../rules/expression/SimplifyRangeTest.java | 7 +-
.../trees/expressions/ExpressionEqualsTest.java | 8 ++
.../trees/expressions/ExpressionParserTest.java | 7 +-
.../between_with_unique_function.out} | Bin 259 -> 243 bytes
.../between_with_unique_function.groovy | 10 +-
12 files changed, 165 insertions(+), 29 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Between.java
copy
regression-test/data/{nereids_p0/join/initial_join_order/initial_join_order.out
=> nereids_rules_p0/unique_function/between_with_unique_function.out} (54%)
copy be/src/common/env_config.h.in =>
regression-test/suites/nereids_rules_p0/unique_function/between_with_unique_function.groovy
(75%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]