zinking commented on code in PR #37083:
URL: https://github.com/apache/spark/pull/37083#discussion_r928369470


##########
sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q44.sf100/explain.txt:
##########
@@ -1,35 +1,41 @@
 == Physical Plan ==
-TakeOrderedAndProject (31)
-+- * Project (30)
-   +- * BroadcastHashJoin Inner BuildRight (29)
-      :- * Project (27)
-      :  +- * BroadcastHashJoin Inner BuildRight (26)
-      :     :- * Project (21)
-      :     :  +- * BroadcastHashJoin Inner BuildRight (20)
-      :     :     :- * Project (13)
-      :     :     :  +- * Filter (12)
-      :     :     :     +- Window (11)
-      :     :     :        +- * Sort (10)
-      :     :     :           +- Exchange (9)
-      :     :     :              +- * Filter (8)
-      :     :     :                 +- * HashAggregate (7)
-      :     :     :                    +- Exchange (6)
-      :     :     :                       +- * HashAggregate (5)
-      :     :     :                          +- * Project (4)
-      :     :     :                             +- * Filter (3)
-      :     :     :                                +- * ColumnarToRow (2)
-      :     :     :                                   +- Scan parquet 
spark_catalog.default.store_sales (1)
-      :     :     +- BroadcastExchange (19)
-      :     :        +- * Project (18)
-      :     :           +- * Filter (17)
-      :     :              +- Window (16)
-      :     :                 +- * Sort (15)
-      :     :                    +- ReusedExchange (14)
-      :     +- BroadcastExchange (25)
-      :        +- * Filter (24)
-      :           +- * ColumnarToRow (23)
-      :              +- Scan parquet spark_catalog.default.item (22)
-      +- ReusedExchange (28)
+TakeOrderedAndProject (37)
++- * Project (36)
+   +- * SortMergeJoin Inner (35)

Review Comment:
   is this expected ? looks like a plan regression to me 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to