This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from a4fca4e0a04 [Bug](RegressionTest) fix regresstion test failed (#34466) add 517247e73fe [feat](Nereids): Put the Child with Least Row Count in the First Position of Intersect (#34290) No new revisions were added by this update. Summary of changes: .../org/apache/doris/nereids/cost/CostModelV1.java | 11 ++++ .../org/apache/doris/nereids/rules/RuleSet.java | 2 + .../org/apache/doris/nereids/rules/RuleType.java | 1 + .../rules/exploration/IntersectReorder.java | 69 ++++++++++++++++++++++ ...eProjectTest.java => IntersectReorderTest.java} | 49 ++++++++------- .../doris/nereids/util/LogicalPlanBuilder.java | 6 ++ .../bs_downgrade_shape/query8.out | 8 +-- .../shape/query38.out | 12 ++-- .../nereids_tpcds_shape_sf1000_p0/shape/query8.out | 8 +-- .../noStatsRfPrune/query14.out | 16 ++--- .../noStatsRfPrune/query38.out | 12 ++-- .../noStatsRfPrune/query8.out | 8 +-- .../no_stats_shape/query14.out | 16 ++--- .../no_stats_shape/query38.out | 12 ++-- .../no_stats_shape/query8.out | 8 +-- .../rf_prune/query38.out | 12 ++-- .../rf_prune/query8.out | 8 +-- .../nereids_tpcds_shape_sf100_p0/shape/query38.out | 12 ++-- .../nereids_tpcds_shape_sf100_p0/shape/query8.out | 8 +-- 19 files changed, 187 insertions(+), 91 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/IntersectReorder.java copy fe/fe-core/src/test/java/org/apache/doris/nereids/rules/exploration/{join/InnerJoinRightAssociateProjectTest.java => IntersectReorderTest.java} (55%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org