This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 73331c1fc86 fix fe compile new da27dce699a [fix](nereids) push down filter through partition topn (#24944) new c57dbe33da7 [Bug](pipeline) Fix block reusing for union source operator (#24977) The 2 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/pipeline/exec/union_source_operator.cpp | 2 +- .../org/apache/doris/nereids/rules/RuleSet.java | 4 +- .../org/apache/doris/nereids/rules/RuleType.java | 2 + .../rewrite/CreatePartitionTopNFromWindow.java | 7 ++- ...ava => PushdownFilterThroughPartitionTopN.java} | 59 +++++++++++----------- .../data/nereids_p0/union/test_union.out | 6 +++ .../push_filter_through_ptopn.out | 52 +++++++++++++++++++ .../suites/nereids_p0/union/test_union.groovy | 44 ++++++++++++++++ ...dow.groovy => push_filter_through_ptopn.groovy} | 26 +++++----- 9 files changed, 154 insertions(+), 48 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/{PushdownFilterThroughWindow.java => PushdownFilterThroughPartitionTopN.java} (51%) create mode 100644 regression-test/data/nereids_syntax_p0/push_filter_through_ptopn.out copy regression-test/suites/nereids_syntax_p0/{push_filter_through_window.groovy => push_filter_through_ptopn.groovy} (61%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org