This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5fe0e6c215f [chore](docs) fix some docs wrong & add important comment & fe start config for old machine (#29742) add 56fed88dfe8 [Enhancement](plan) Optimize preagg for aggregate function (#28886) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/analysis/Expr.java | 8 ++ .../org/apache/doris/analysis/LiteralExpr.java | 29 ++++++ .../mv/SelectMaterializedIndexWithAggregate.java | 103 +++++++++++++++++++++ .../nereids/trees/expressions/Expression.java | 4 + .../nereids/trees/expressions/literal/Literal.java | 23 +++++ .../apache/doris/planner/SingleNodePlanner.java | 47 ++++++++-- .../rules/rewrite/mv/SelectMvIndexTest.java | 89 ++++++++++++++++++ .../rules/rewrite/mv/SelectRollupIndexTest.java | 2 +- 8 files changed, 294 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org