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 f53790b023d [Func](exec) allow not nullable column call non_nullable
func (#54515)
add 23f9248bd87 [fix](nereids) project distinct to agg checker exclude
window function (#54133)
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 | 21 +++-----------
.../analysis/ProjectWithDistinctToAggregate.java | 9 ++----
.../apache/doris/nereids/util/ExpressionUtils.java | 20 +++++++++++++
.../project_distinct_to_agg.out | Bin 0 -> 1048 bytes
..._must_contains.groovy => plugin_planner.groovy} | 18 ++++++------
.../project_distinct_to_agg.groovy | 32 +++++++++++++++++++++
9 files changed, 77 insertions(+), 56 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]