This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48887-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 054ef7a1b80 [Fix]fix report query statistics to FE cores (#49711) add c9f4c425381 [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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org