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 7d67b398b53 [opt](nereids) catch all exceptions in StatsCalculator
(#49415)
add 6835efe73d2 [fix](mtmv) Fix materialized rewrite oom when the num of
relation mapping is too large (#48887)
No new revisions were added by this update.
Summary of changes:
.../mv/AbstractMaterializedViewRule.java | 11 +-
.../rules/exploration/mv/mapping/Mapping.java | 4 +-
.../exploration/mv/mapping/RelationMapping.java | 29 ++--
.../doris/nereids/mv/RelationMappingTest.java | 158 +++++++++++++++++++++
.../rules/exploration/mv/HyperGraphAggTest.java | 3 +-
.../nereids/rules/exploration/mv/MappingTest.java | 24 ++--
.../apache/doris/nereids/sqltest/SqlTestBase.java | 3 +-
.../mv/many_self_join/many_self_join.groovy | 92 ++++++++++++
8 files changed, 296 insertions(+), 28 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/mv/RelationMappingTest.java
create mode 100644
regression-test/suites/nereids_rules_p0/mv/many_self_join/many_self_join.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]