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 823c469c5c9 [fix](rowsetreader) determine merge iterator considering segment num (#29269) new 5986d5415e2 [opt](Nereids) make runtime filter target support expression (#30131) new 2284575afa7 [opt](nereids)set flag to indicate if bloom filter size is calculated by ndv (#30278) 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: .../glue/translator/RuntimeFilterTranslator.java | 26 ++++--- .../processor/post/RuntimeFilterContext.java | 2 +- .../processor/post/RuntimeFilterGenerator.java | 14 ++-- .../trees/plans/physical/AbstractPhysicalPlan.java | 9 +-- .../trees/plans/physical/PhysicalProject.java | 11 ++- .../trees/plans/physical/RuntimeFilter.java | 41 +++++------ .../apache/doris/nereids/util/ExpressionUtils.java | 19 ++++++ .../org/apache/doris/planner/RuntimeFilter.java | 12 ++++ .../nereids/postprocess/RuntimeFilterTest.java | 4 +- gensrc/thrift/PlanNodes.thrift | 5 ++ .../runtime_filter/expr-target.out} | 4 +- .../noStatsRfPrune/query64.out | 4 +- .../no_stats_shape/query64.out | 4 +- .../rf_prune/query64.out | 8 +-- .../nereids_tpcds_shape_sf100_p0/shape/query64.out | 4 +- .../runtime_filter/expr-target.groovy} | 79 +++++++++++++++------- 16 files changed, 164 insertions(+), 82 deletions(-) copy regression-test/data/{correctness/test_constant_push_down_through_outer_join.out => nereids_p0/runtime_filter/expr-target.out} (71%) copy regression-test/suites/{nereids_rules_p0/runtime_filter/rf_prune.groovy => nereids_p0/runtime_filter/expr-target.groovy} (51%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org