This is an automated email from the ASF dual-hosted git repository.
englefly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from bcdc2873d7b [opt](create table) Fixed table creation becomes slower as
the number of tablets increases (#52688)
add f38e98b3e52 [feat](nereids)support count/sum(distinct A) for window
(#51821)
No new revisions were added by this update.
Summary of changes:
.../doris/nereids/jobs/executor/Rewriter.java | 2 +
.../doris/nereids/parser/LogicalPlanBuilder.java | 8 +-
.../org/apache/doris/nereids/rules/RuleType.java | 1 +
.../rules/rewrite/DistinctWindowExpression.java | 98 +++++++++++++++++++++
.../multi_distinct/multi_distinct_window.out | Bin 0 -> 309 bytes
.../multi_distinct/multi_distinct_window.groovy} | 93 +++++++++----------
6 files changed, 149 insertions(+), 53 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/DistinctWindowExpression.java
create mode 100644
regression-test/data/nereids_p0/multi_distinct/multi_distinct_window.out
copy
regression-test/suites/{query_p0/sql_functions/string_functions/test_like_no_backslash_escapes_mode.groovy
=> nereids_p0/multi_distinct/multi_distinct_window.groovy} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]