This is an automated email from the ASF dual-hosted git repository.

englefly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from bed3d005d85 [test](ES Catalog) Add test cases for ES 5.x (#34441)
     add 07267faac0d [refactor](Nereids)refactor runtime filter generator 
(#34275)

No new revisions were added by this update.

Summary of changes:
 .../glue/translator/PhysicalPlanTranslator.java    |   2 +-
 .../processor/post/RuntimeFilterContext.java       |  21 +-
 .../processor/post/RuntimeFilterGenerator.java     |  81 +--
 .../processor/post/RuntimeFilterPruner.java        |  16 +-
 .../post/RuntimeFilterPushDownVisitor.java         | 402 ++++++++++++
 .../trees/plans/physical/AbstractPhysicalPlan.java |  79 ---
 .../trees/plans/physical/PhysicalCTEConsumer.java  |  16 -
 .../trees/plans/physical/PhysicalDistribute.java   |  36 --
 .../plans/physical/PhysicalHashAggregate.java      |  30 -
 .../trees/plans/physical/PhysicalHashJoin.java     |  91 ---
 .../plans/physical/PhysicalNestedLoopJoin.java     |  20 -
 .../trees/plans/physical/PhysicalProject.java      |  75 ---
 .../trees/plans/physical/PhysicalSetOperation.java |  41 --
 .../nereids/trees/plans/visitor/PlanVisitor.java   |   5 -
 .../trees/plans/visitor/RelationVisitor.java       |   5 +
 .../runtime_filter/test_pushdown_setop.out         |   2 +-
 .../suites/query_p0/join/test_join.groovy          | 720 ++++++++++-----------
 17 files changed, 832 insertions(+), 810 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterPushDownVisitor.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to