xzj7019 commented on code in PR #27113:
URL: https://github.com/apache/doris/pull/27113#discussion_r1405587149


##########
regression-test/data/nereids_tpcds_shape_sf100_p0/noStatsRfPrune/query35.out:
##########
@@ -25,25 +25,23 @@ PhysicalResultSink
 --------------------------hashJoin[LEFT_SEMI_JOIN] 
hashCondition=((c.c_customer_sk = catalog_sales.cs_ship_customer_sk)) 
otherCondition=()
 ----------------------------hashJoin[LEFT_SEMI_JOIN] 
hashCondition=((c.c_customer_sk = web_sales.ws_bill_customer_sk)) 
otherCondition=()
 ------------------------------PhysicalProject
---------------------------------hashJoin[INNER_JOIN] 
hashCondition=((customer_demographics.cd_demo_sk = c.c_current_cdemo_sk)) 
otherCondition=()
+--------------------------------hashJoin[INNER_JOIN] 
hashCondition=((c.c_current_addr_sk = ca.ca_address_sk)) otherCondition=()

Review Comment:
   join order is changed and pls make sure the perf has no regression



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to