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

github-bot pushed a change to branch auto-pick-43030-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from cc85069f976  [Bug](runtime-filter) fix publish not inited rf when 
broadcast join meet wake up by downsteam #44823 (#44860)
     add e0fe887c5b5 [fix](mtmv) Fix data wrong when query with table operator 
such as TABLESAMPLE or tablet and so on (#43030)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/mtmv/MTMVPlanUtil.java   |   6 +
 .../doris/nereids/rules/analysis/BindRelation.java |   4 +
 .../mv/InitMaterializationContextHook.java         |   5 +
 .../exploration/mv/MaterializedViewUtils.java      |  20 ++-
 .../nereids/rules/exploration/mv/StructInfo.java   |   7 +
 .../nereids/rules/rewrite/PruneEmptyPartition.java |   7 +-
 .../nereids/rules/rewrite/PruneOlapScanTablet.java |   6 +-
 .../trees/plans/commands/info/CreateMTMVInfo.java  |   3 +
 .../trees/plans/logical/LogicalOlapScan.java       |  55 ++++--
 .../rules/rewrite/PruneOlapScanTabletTest.java     |  21 ++-
 .../apache/doris/nereids/sqltest/SqlTestBase.java  |   3 +
 .../org/apache/doris/regression/suite/Suite.groovy |  16 ++
 .../mv/is_in_debug_mode/is_in_debug_mode.groovy    | 156 +++++++++++++++++
 .../with_table_operator/with_table_operator.groovy | 195 +++++++++++++++++++++
 14 files changed, 482 insertions(+), 22 deletions(-)
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/is_in_debug_mode/is_in_debug_mode.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/with_table_operator/with_table_operator.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to