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 6415a11245f [type](doc) Standardize the name in the sql-dialect 
document and modify the format (#31636)
     add 09f2643ed9f [enhancement](nereids) allow reorder mark join (#30644)

No new revisions were added by this update.

Summary of changes:
 .../rules/analysis/CollectJoinConstraint.java      |  2 +-
 .../rules/exploration/join/InnerJoinLAsscom.java   |  7 +--
 .../exploration/join/InnerJoinLAsscomProject.java  |  1 -
 .../exploration/join/InnerJoinLeftAssociate.java   |  1 -
 .../join/InnerJoinLeftAssociateProject.java        |  1 -
 .../exploration/join/InnerJoinRightAssociate.java  |  1 -
 .../join/InnerJoinRightAssociateProject.java       |  1 -
 .../rules/exploration/join/JoinCommute.java        |  7 ++-
 .../rules/exploration/join/JoinExchange.java       |  1 -
 .../exploration/join/JoinExchangeBothProject.java  |  1 -
 .../exploration/join/JoinExchangeLeftProject.java  |  1 -
 .../exploration/join/JoinExchangeRightProject.java |  1 -
 .../join/LogicalJoinSemiJoinTranspose.java         |  8 +--
 .../join/LogicalJoinSemiJoinTransposeProject.java  |  7 +--
 .../rules/exploration/join/OuterJoinAssoc.java     |  1 -
 .../exploration/join/OuterJoinAssocProject.java    |  1 -
 .../rules/exploration/join/OuterJoinLAsscom.java   |  1 -
 .../exploration/join/OuterJoinLAsscomProject.java  |  1 -
 .../join/PushDownProjectThroughInnerOuterJoin.java |  4 +-
 .../join/SemiJoinSemiJoinTranspose.java            |  1 -
 .../join/SemiJoinSemiJoinTransposeProject.java     | 11 +++-
 .../rules/rewrite/PushFilterInsideJoin.java        | 11 +++-
 .../nereids/rules/rewrite/SemiJoinCommute.java     |  1 -
 .../rewrite/TransposeSemiJoinLogicalJoin.java      |  1 -
 .../TransposeSemiJoinLogicalJoinProject.java       | 10 +--
 .../nereids/trees/plans/logical/LogicalJoin.java   | 14 ++---
 .../trees/plans/physical/AbstractPhysicalJoin.java |  8 +--
 .../plans/physical/PhysicalNestedLoopJoin.java     |  7 +--
 .../org/apache/doris/nereids/util/JoinUtils.java   | 10 +++
 .../shape/query10.out                              | 62 +++++++++----------
 .../shape/query35.out                              | 72 +++++++++++-----------
 .../shape/query45.out                              | 48 +++++++--------
 .../noStatsRfPrune/query10.out                     | 40 ++++++------
 .../noStatsRfPrune/query35.out                     | 42 ++++++-------
 .../noStatsRfPrune/query45.out                     | 45 +++++++-------
 .../no_stats_shape/query10.out                     | 40 ++++++------
 .../no_stats_shape/query35.out                     | 42 ++++++-------
 .../no_stats_shape/query45.out                     | 45 +++++++-------
 .../rf_prune/query10.out                           | 54 ++++++++--------
 .../rf_prune/query35.out                           | 70 ++++++++++-----------
 .../rf_prune/query45.out                           | 48 +++++++--------
 .../nereids_tpcds_shape_sf100_p0/shape/query10.out | 54 ++++++++--------
 .../nereids_tpcds_shape_sf100_p0/shape/query35.out | 72 +++++++++++-----------
 .../nereids_tpcds_shape_sf100_p0/shape/query45.out | 48 +++++++--------
 44 files changed, 443 insertions(+), 461 deletions(-)


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

Reply via email to