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


##########
regression-test/data/nereids_tpcds_shape_sf1000_p0/shape/query72.out:
##########
@@ -15,13 +15,13 @@ PhysicalResultSink
 ------------------------PhysicalOlapScan[inventory] apply RFs: RF8 RF9 RF10
 ----------------------PhysicalDistribute[DistributionSpecHash]
 ------------------------PhysicalProject
---------------------------hashJoin[INNER_JOIN] hashCondition=((d1.d_week_seq = 
d2.d_week_seq)) otherCondition=() build RFs:RF7 d_week_seq->[d_week_seq]
-----------------------------PhysicalProject
-------------------------------hashJoin[RIGHT_OUTER_JOIN] 
hashCondition=((catalog_returns.cr_item_sk = catalog_sales.cs_item_sk) and 
(catalog_returns.cr_order_number = catalog_sales.cs_order_number)) 
otherCondition=() build RFs:RF5 cs_item_sk->[cr_item_sk];RF6 
cs_order_number->[cr_order_number]
---------------------------------PhysicalDistribute[DistributionSpecHash]
-----------------------------------PhysicalProject
-------------------------------------PhysicalOlapScan[catalog_returns] apply 
RFs: RF5 RF6
---------------------------------PhysicalDistribute[DistributionSpecHash]
+--------------------------hashJoin[RIGHT_OUTER_JOIN] 
hashCondition=((catalog_returns.cr_item_sk = catalog_sales.cs_item_sk) and 
(catalog_returns.cr_order_number = catalog_sales.cs_order_number)) 
otherCondition=() build RFs:RF6 cs_item_sk->[cr_item_sk];RF7 
cs_order_number->[cr_order_number]

Review Comment:
   better to verify 1t's perf on 3be cluster



-- 
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