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 b0cb1b89269 [fix](forward) set error code for query state to handle exception of (#31975) add 0f013b52478 [improvement](mtmv) Improve the performance for query rewritting by materialized view (#31886) No new revisions were added by this update. Summary of changes: .../query-async-materialized-view.md | 20 +-- .../query-async-materialized-view.md | 16 ++- .../main/java/org/apache/doris/catalog/Column.java | 6 +- .../org/apache/doris/nereids/NereidsPlanner.java | 2 +- .../mv/AbstractMaterializedViewAggregateRule.java | 54 ++++---- .../mv/AbstractMaterializedViewJoinRule.java | 20 +-- .../mv/AbstractMaterializedViewRule.java | 146 ++++++++++++--------- .../mv/InitMaterializationContextHook.java | 2 +- .../exploration/mv/MaterializationContext.java | 65 +++++---- .../java/org/apache/doris/qe/SessionVariable.java | 13 +- .../agg_with_roll_up/aggregate_with_roll_up.groovy | 4 +- .../mv/dimension/dimension_1.groovy | 8 +- .../mv/dimension/dimension_2_4.groovy | 4 +- 13 files changed, 204 insertions(+), 156 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org