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 30ff043b1cb Support analyze materialized view. (#30540)
add 0cf4fcb1e15 [test](mtmv) Add materialized view availability regression
test (#30769)
No new revisions were added by this update.
Summary of changes:
.../nereids/rules/exploration/mv/StructInfo.java | 5 +-
.../org/apache/doris/regression/suite/Suite.groovy | 38 ++
.../agg_with_roll_up/aggregate_with_roll_up.groovy | 92 ++--
.../aggregate_without_roll_up.groovy | 90 ++--
.../mv/availability/grace_period.groovy | 489 +++++++++++++++++++++
.../availability/materialized_view_switch.groovy | 155 +++++++
.../mv/join/dphyp_inner/inner_join_dphyp.groovy | 78 +---
.../mv/join/dphyp_outer/outer_join_dphyp.groovy | 76 +---
.../mv/join/inner/inner_join.groovy | 78 +---
.../mv/join/left_outer/outer_join.groovy | 80 +---
.../nereids_rules_p0/mv/ssb/mv_ssb_test.groovy | 65 +--
11 files changed, 831 insertions(+), 415 deletions(-)
create mode 100644
regression-test/suites/nereids_rules_p0/mv/availability/grace_period.groovy
create mode 100644
regression-test/suites/nereids_rules_p0/mv/availability/materialized_view_switch.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]