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 8ea48afcb4d [fix](mtmv) Fix refresh materialized view fail when mv def 
contains cte (#44857)
     add d350e3c5f9e [opt](mtmv) Optimize plan generate when create mtmv and 
use mtmv cache when collect table of mtmv (#44786)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/mtmv/MTMVCache.java | 14 ++++-
 .../java/org/apache/doris/mtmv/MTMVPlanUtil.java   | 31 +++-------
 .../mv/InitMaterializationContextHook.java         |  8 +--
 .../exploration/mv/MaterializedViewUtils.java      |  2 +-
 .../trees/plans/commands/info/CreateMTMVInfo.java  | 40 ++++++------
 .../commands/info/MTMVPartitionDefinition.java     | 71 ++++++++--------------
 .../trees/plans/visitor/TableCollector.java        | 34 ++++++-----
 .../doris/nereids/trees/plans/PlanVisitorTest.java | 14 ++---
 8 files changed, 94 insertions(+), 120 deletions(-)


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

Reply via email to