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

github-bot pushed a change to branch auto-pick-50378-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 54c43a13c53 [fix](cloud) batch process ttl cache block gc to limit 
lock held time once in a time (pick#50387) (#50402)
     add 626b56fd014 [enhancement](nereids)remove subqueryExpr member from 
LogicalApply (#50378)

No new revisions were added by this update.

Summary of changes:
 .../nereids/rules/analysis/SubqueryToApply.java    |  18 +-
 .../nereids/rules/rewrite/ExistsApplyToJoin.java   |   5 +-
 .../doris/nereids/rules/rewrite/InApplyToJoin.java |  21 +-
 .../nereids/rules/rewrite/PullUpCteAnchor.java     |  24 +-
 .../rules/rewrite/PullUpProjectUnderApply.java     |   3 +-
 .../nereids/rules/rewrite/ScalarApplyToJoin.java   |   2 +-
 .../rewrite/UnCorrelatedApplyAggregateFilter.java  |   3 +-
 .../rules/rewrite/UnCorrelatedApplyFilter.java     |   3 +-
 .../rewrite/UnCorrelatedApplyProjectFilter.java    |   3 +-
 .../trees/copier/LogicalPlanDeepCopier.java        |  10 +-
 .../nereids/trees/plans/logical/LogicalApply.java  | 104 ++-
 .../rules/rewrite/ExistsApplyToJoinTest.java       |  17 +-
 .../test_cte_subquery_many.out}                    | Bin 109 -> 117 bytes
 .../nereids_p0/test_cte_subquery_many.groovy       | 756 +++++++++++++++++++++
 14 files changed, 883 insertions(+), 86 deletions(-)
 copy 
regression-test/data/{compaction/test_single_compaction_with_variant_inverted_index.out
 => nereids_p0/test_cte_subquery_many.out} (91%)
 create mode 100644 
regression-test/suites/nereids_p0/test_cte_subquery_many.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to