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 503c6bf38e [Chore](materialized-view) forbiden create mv with some 
constant expr and curdate() (#18145)
     add b92087dee8 [Fix](Nereids) ReorderJoin rule cannot process MarkJoin 
correctly (#18159)

No new revisions were added by this update.

Summary of changes:
 .../glue/translator/PhysicalPlanTranslator.java    |  47 ++--------
 .../glue/translator/PlanTranslatorContext.java     |  11 ---
 .../nereids/rules/analysis/SubqueryToApply.java    |  58 +++++++++---
 ...CorrelatedFilterUnderApplyAggregateProject.java |   3 +-
 .../rewrite/logical/PullUpProjectUnderApply.java   |   3 +-
 .../nereids/rules/rewrite/logical/ReorderJoin.java | 101 +++++++--------------
 .../rules/rewrite/logical/ScalarApplyToJoin.java   |   3 +-
 .../logical/UnCorrelatedApplyAggregateFilter.java  |   2 +-
 .../rewrite/logical/UnCorrelatedApplyFilter.java   |   2 +-
 .../logical/UnCorrelatedApplyProjectFilter.java    |   2 +-
 .../nereids/trees/plans/logical/LogicalApply.java  |  29 ++++--
 .../nereids/trees/plans/logical/LogicalJoin.java   |  11 +--
 .../doris/nereids/trees/plans/MarkJoinTest.java    |  48 ++++++++++
 .../nereids_syntax_p0/sub_query_correlated.out     |   2 +
 .../nereids_syntax_p0/sub_query_correlated.groovy  |  18 ++++
 .../nereids_tpcds_query_empty_table.groovy         |  14 ---
 16 files changed, 193 insertions(+), 161 deletions(-)


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

Reply via email to