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 958c5aa1b18 [feature](mtmv) Materialized view can participate in
transparent query rewrite even when data changes occur in its non-partitioned
base tables (#56745)
add a284e2a5279 [fix](mtmv)Restricting the use of external views to create
MTMV (#57759)
No new revisions were added by this update.
Summary of changes:
.../org/apache/doris/mtmv/MTMVPartitionInfo.java | 20 ++-
.../java/org/apache/doris/mtmv/MTMVPlanUtil.java | 7 +
.../data/mtmv_p0/test_hive_pct_mtmv.out | 34 +++++
.../data/mtmv_p0/test_multi_pct_mtmv.out | 12 ++
.../test_multi_pct_null_partition_mtmv.out} | 2 +-
.../suites/mtmv_p0/test_hive_mtmv.groovy | 12 ++
.../suites/mtmv_p0/test_hive_pct_mtmv.groovy | 161 +++++++++++++++++++++
.../suites/mtmv_p0/test_multi_pct_mtmv.groovy | 27 ++++
.../test_multi_pct_null_partition_mtmv.groovy | 121 ++++++++++++++++
9 files changed, 393 insertions(+), 3 deletions(-)
create mode 100644 regression-test/data/mtmv_p0/test_hive_pct_mtmv.out
copy regression-test/data/{correctness_p0/test_join_with_projection.out =>
mtmv_p0/test_multi_pct_null_partition_mtmv.out} (95%)
create mode 100644 regression-test/suites/mtmv_p0/test_hive_pct_mtmv.groovy
create mode 100644
regression-test/suites/mtmv_p0/test_multi_pct_null_partition_mtmv.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]