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
discard effc5fb766e [opt](nereids) push down runtime filter to all children of
SetOperation (#32982) (#33778)
discard 61c2322c8eb [pick](nereids)fix runtime filter target expr translate
bug #33777
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/branch-2.1 (e61848d728b)
\
O -- O -- O (effc5fb766e)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../glue/translator/RuntimeFilterTranslator.java | 34 +++++++------
.../processor/post/RuntimeFilterGenerator.java | 20 ++++----
.../expressions/visitor/ExpressionVisitors.java | 21 --------
.../trees/plans/physical/AbstractPhysicalPlan.java | 2 +-
.../plans/physical/PhysicalHashAggregate.java | 2 +-
.../trees/plans/physical/PhysicalProject.java | 2 +-
.../trees/plans/physical/PhysicalSetOperation.java | 58 +++++++++++++---------
.../noStatsRfPrune/query14.out | 8 +--
.../noStatsRfPrune/query47.out | 1 -
.../noStatsRfPrune/query57.out | 1 -
.../no_stats_shape/query14.out | 6 +--
.../no_stats_shape/query47.out | 1 -
.../no_stats_shape/query57.out | 1 -
.../runtime_filter/test_pushdown_setop.out | 24 ---------
.../runtime_filter/test_pushdown_setop.groovy | 39 ---------------
15 files changed, 73 insertions(+), 147 deletions(-)
delete mode 100644
regression-test/data/nereids_tpch_shape_sf1000_p0/runtime_filter/test_pushdown_setop.out
delete mode 100644
regression-test/suites/nereids_tpch_shape_sf1000_p0/runtime_filter/test_pushdown_setop.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]