This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from cb2598e8146 [bugfix](memtracker) memtracker is attached duplicately
(#33929)
new d79c532229e [perf](routine-load) reduce waiting in task scheduler to
accelerate consume (#33756)
new 00ff5f05d3f [chore](log) Avoid too many 'token parser result is empty'
(#33921)
new 8096753367f [improvement](mtmv) Support union rewrite when the
materialized view is not enough to provide all the data for the query (#33800)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/vec/functions/match.cpp | 2 +-
.../load/routineload/RoutineLoadTaskScheduler.java | 7 -
.../main/java/org/apache/doris/mtmv/MTMVCache.java | 48 +-
.../processor/post/CommonSubExpressionOpt.java | 5 +-
.../mv/AbstractMaterializedViewRule.java | 218 ++++--
.../exploration/mv/MaterializedViewUtils.java | 64 +-
.../nereids/rules/exploration/mv/Predicates.java | 52 ++
.../nereids/rules/exploration/mv/StructInfo.java | 70 ++
.../doris/nereids/rules/rewrite/EliminateSort.java | 4 +-
.../plans/commands/UpdateMvByPartitionCommand.java | 32 +-
.../plans/visitor/ExpressionLineageReplacer.java | 6 +-
.../java/org/apache/doris/qe/SessionVariable.java | 14 +
.../nereids_rules_p0/mv/partition_mv_rewrite.out | 29 +
.../mv/dimension/dimension_self_conn.groovy | 564 ++++++++++++++
.../mv/nested_mtmv/nested_mtmv.groovy | 859 +++++++++++++++++++++
.../mv/partition_mv_rewrite.groovy | 17 +
.../partition_curd_union_rewrite.groovy} | 85 +-
.../mv/union_rewrite/usercase_union_rewrite.groovy | 174 +++++
18 files changed, 2118 insertions(+), 132 deletions(-)
create mode 100644
regression-test/data/nereids_rules_p0/mv/partition_mv_rewrite.out
create mode 100644
regression-test/suites/nereids_rules_p0/mv/dimension/dimension_self_conn.groovy
create mode 100644
regression-test/suites/nereids_rules_p0/mv/nested_mtmv/nested_mtmv.groovy
copy regression-test/suites/nereids_rules_p0/mv/{partition_mv_rewrite.groovy
=> union_rewrite/partition_curd_union_rewrite.groovy} (66%)
create mode 100644
regression-test/suites/nereids_rules_p0/mv/union_rewrite/usercase_union_rewrite.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]