This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 6b50368d384 [fix](default value) enable HLL_EMPTY_DEFAULT_VALUE 
(#34447)
     add d23b4095ea2 [opt](planner)(Nereids) support auto aggregation for 
random distributed table (#33630)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/analysis/StmtRewriter.java    | 236 +++++++++++++++++++
 .../doris/nereids/jobs/executor/Analyzer.java      |   3 +
 .../org/apache/doris/nereids/rules/RuleType.java   |   5 +-
 .../BuildAggForRandomDistributedTable.java         | 257 +++++++++++++++++++++
 .../java/org/apache/doris/qe/StmtExecutor.java     |   9 +-
 .../aggregate/select_random_distributed_tbl.out    | 217 +++++++++++++++++
 .../aggregate/select_random_distributed_tbl.groovy | 134 +++++++++++
 7 files changed, 857 insertions(+), 4 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BuildAggForRandomDistributedTable.java
 create mode 100644 
regression-test/data/query_p0/aggregate/select_random_distributed_tbl.out
 create mode 100644 
regression-test/suites/query_p0/aggregate/select_random_distributed_tbl.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to