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


##########
regression-test/data/nereids_hint_tpch_p0/shape/q16.out:
##########
@@ -2,25 +2,26 @@
 -- !select --
 PhysicalResultSink
 --PhysicalQuickSort[MERGE_SORT]
-----PhysicalDistribute
+----PhysicalDistribute[DistributionSpecGather]
 ------PhysicalQuickSort[LOCAL_SORT]
 --------hashAgg[GLOBAL]
-----------PhysicalDistribute
+----------PhysicalDistribute[DistributionSpecHash]
 ------------hashAgg[LOCAL]
---------------hashJoin[LEFT_ANTI_JOIN] hashCondition=((partsupp.ps_suppkey = 
supplier.s_suppkey)) otherCondition=()
-----------------PhysicalProject
-------------------hashJoin[INNER_JOIN] hashCondition=((part.p_partkey = 
partsupp.ps_partkey)) otherCondition=() build RFs:RF0 p_partkey->[ps_partkey]
+--------------PhysicalProject
+----------------hashJoin[INNER_JOIN] hashCondition=((part.p_partkey = 
partsupp.ps_partkey)) otherCondition=()
+------------------hashJoin[LEFT_ANTI_JOIN] hashCondition=((partsupp.ps_suppkey 
= supplier.s_suppkey)) otherCondition=()
 --------------------PhysicalProject
-----------------------PhysicalOlapScan[partsupp] apply RFs: RF0
---------------------PhysicalProject
-----------------------filter(( not (p_brand = 'Brand#45')) and ( not (p_type 
like 'MEDIUM POLISHED%')) and p_size IN (14, 19, 23, 3, 36, 45, 49, 9))
-------------------------PhysicalOlapScan[part]
-----------------PhysicalDistribute
+----------------------PhysicalOlapScan[partsupp]
+--------------------PhysicalDistribute[DistributionSpecReplicated]
+----------------------PhysicalProject
+------------------------filter((s_comment like '%Customer%Complaints%'))
+--------------------------PhysicalOlapScan[supplier]
 ------------------PhysicalProject
---------------------filter((s_comment like '%Customer%Complaints%'))
-----------------------PhysicalOlapScan[supplier]
+--------------------filter(( not (p_brand = 'Brand#45')) and ( not (p_type 
like 'MEDIUM POLISHED%')) and p_size IN (14, 19, 23, 3, 36, 45, 49, 9))
+----------------------PhysicalOlapScan[part]
 
-Used: leading(partsupp part supplier)
-UnUsed:
-SyntaxError:
+Hint log:
+Used:
+UnUsed: [shuffle]_2

Review Comment:
   this UnUsed?



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