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

yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 60c3372d8e5 [fix](Nereids): fix elimiate join by pkfk when there are 
multi joins (#32703)
     new 0655d49a216 [enhancement](nereids) only push having as agg's parent if 
having just use slots from agg's output (#32414)
     new 1b6b92a19db [improvement](mtmv) Support hll function roll up when 
query rewrite by materialized view (#32431)
     new 0122b8a6b44 [Update](inverted index) add config for inverted index 
query cache shards (#32666)
     new 3658dfd5000 [enhance](auth)node priv can show proc (#32751)
     new 820bf7e5906 [fix](mtmv) use min value to check the first partition 
(#32765)
     new b5a19147406 [Fix](nereids) Fix deletestmt getting catalog (#32701)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/common/config.cpp                           |   1 +
 be/src/common/config.h                             |   1 +
 be/src/runtime/exec_env_init.cpp                   |   4 +-
 .../java/org/apache/doris/analysis/DeleteStmt.java |  14 ++-
 .../org/apache/doris/analysis/ShowProcStmt.java    |   3 +-
 .../nereids/rules/analysis/NormalizeAggregate.java |  42 +++++++-
 .../mv/AbstractMaterializedViewAggregateRule.java  |  73 +++++++++++++-
 .../expressions/functions/agg/CouldRollUp.java     |   4 +-
 .../trees/expressions/functions/agg/HllUnion.java  |   8 +-
 .../expressions/functions/agg/HllUnionAgg.java     |   8 +-
 .../trees/expressions/functions/agg/Ndv.java       |   8 +-
 .../functions/scalar/HllCardinality.java           |  10 +-
 .../plans/commands/UpdateMvByPartitionCommand.java |   2 +-
 .../nereids/rules/analysis/AnalyzeCTETest.java     |   2 +-
 .../rules/analysis/FillUpMissingSlotsTest.java     | 101 +++++++++----------
 .../test_switch_catalog_and_delete_internal.out}   |   2 -
 .../nereids_p0/aggregate/agg_window_project.out    |   4 +
 .../mv/agg_with_roll_up/aggregate_with_roll_up.out |  28 ++++++
 .../shape/query14.out                              | 105 ++++++++++---------
 .../noStatsRfPrune/query14.out                     | 111 ++++++++++-----------
 .../no_stats_shape/query14.out                     | 111 ++++++++++-----------
 .../rf_prune/query14.out                           | 105 ++++++++++---------
 .../nereids_tpcds_shape_sf100_p0/shape/query14.out | 105 ++++++++++---------
 ...test_switch_catalog_and_delete_internal.groovy} |  52 +++++-----
 .../nereids_p0/aggregate/agg_error_msg.groovy      |  50 ++++++++++
 .../nereids_p0/aggregate/agg_window_project.groovy |   2 +
 .../agg_with_roll_up/aggregate_with_roll_up.groovy |  86 ++++++++++++++++
 27 files changed, 659 insertions(+), 383 deletions(-)
 copy 
regression-test/data/{nereids_rules_p0/date_function_rewrite/date_function_rewrite.out
 => external_table_p0/jdbc/test_switch_catalog_and_delete_internal.out} (97%)
 copy 
regression-test/suites/external_table_p0/jdbc/{test_mysql_jdbc_statistics.groovy
 => test_switch_catalog_and_delete_internal.groovy} (58%)
 create mode 100644 
regression-test/suites/nereids_p0/aggregate/agg_error_msg.groovy


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

Reply via email to