This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 059f005bfd6 branch-3.1: [fix](case) fix some case #54481 (#54562)
add 901dcad9d5d branch-3.1: [fix](nereids) project distinct to agg checker
exclude window function #54133 (#54540)
No new revisions were added by this update.
Summary of changes:
.../nereids/rules/analysis/BindExpression.java | 5 +---
.../nereids/rules/analysis/CheckAnalysis.java | 3 +-
.../analysis/OneRowRelationExtractAggregate.java | 25 ++++++----------
.../rules/analysis/ProjectToGlobalAggregate.java | 16 +++--------
.../analysis/ProjectWithDistinctToAggregate.java | 9 ++----
.../apache/doris/nereids/util/ExpressionUtils.java | 20 +++++++++++++
.../project_distinct_to_agg.out | Bin 0 -> 1141 bytes
..._must_contains.groovy => plugin_planner.groovy} | 18 ++++++------
.../project_distinct_to_agg.groovy | 32 +++++++++++++++++++++
9 files changed, 77 insertions(+), 51 deletions(-)
create mode 100644
regression-test/data/nereids_rules_p0/project_distinct_to_agg/project_distinct_to_agg.out
copy regression-test/plugins/{plugin_must_contains.groovy =>
plugin_planner.groovy} (69%)
create mode 100644
regression-test/suites/nereids_rules_p0/project_distinct_to_agg/project_distinct_to_agg.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]