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 2e6367ffaad [feature](merge-cloud) Support cloud snapshot version
(#30232)
add 5836294c45d [opt](Nereids) make runtime filter target support
expression (#30131)
No new revisions were added by this update.
Summary of changes:
.../glue/translator/RuntimeFilterTranslator.java | 25 +++----
.../processor/post/RuntimeFilterContext.java | 2 +-
.../processor/post/RuntimeFilterGenerator.java | 8 ++-
.../trees/plans/physical/AbstractPhysicalPlan.java | 8 +--
.../trees/plans/physical/PhysicalProject.java | 11 ++-
.../trees/plans/physical/RuntimeFilter.java | 22 ++----
.../apache/doris/nereids/util/ExpressionUtils.java | 20 ++++++
.../nereids/postprocess/RuntimeFilterTest.java | 4 +-
.../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 +++++++++++++++-------
14 files changed, 127 insertions(+), 76 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: [email protected]
For additional commands, e-mail: [email protected]