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 607b86ad549 [improvement](mv) Support to use cast when create sync
materialized view (#38008)
add 7ddb2961506 [feature](mtmv) Support variants rewrite by materialized
view (#37929)
No new revisions were added by this update.
Summary of changes:
.../mv/AbstractMaterializedViewAggregateRule.java | 1 -
.../mv/AbstractMaterializedViewJoinRule.java | 1 -
.../mv/AbstractMaterializedViewRule.java | 141 +++-
.../mv/AbstractMaterializedViewScanRule.java | 1 -
.../rules/exploration/mv/mapping/Mapping.java | 22 +-
.../rules/exploration/mv/mapping/SlotMapping.java | 21 +-
.../nereids_rules_p0/mv/variant/variant_data.json | 28 +
.../nereids_rules_p0/mv/variant/variant_mv.out | 877 +++++++++++++++++++++
.../org/apache/doris/regression/suite/Suite.groovy | 23 +
.../aggregate_without_roll_up.groovy | 26 +-
.../nereids_rules_p0/mv/variant/variant_mv.groovy | 591 ++++++++++++++
11 files changed, 1687 insertions(+), 45 deletions(-)
create mode 100644
regression-test/data/nereids_rules_p0/mv/variant/variant_data.json
create mode 100644
regression-test/data/nereids_rules_p0/mv/variant/variant_mv.out
create mode 100644
regression-test/suites/nereids_rules_p0/mv/variant/variant_mv.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]