Skip to content

Commit 4d45c0a

Browse files
committed
golden file
1 parent 65e7406 commit 4d45c0a

File tree

20 files changed

+50
-50
lines changed

20 files changed

+50
-50
lines changed

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q16.sf100/explain.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
== Physical Plan ==
2-
TakeOrderedAndProject (44)
2+
* Sort (44)
33
+- * HashAggregate (43)
44
+- Exchange (42)
55
+- * HashAggregate (41)
@@ -244,7 +244,7 @@ Functions [3]: [sum(UnscaledValue(cs_ext_ship_cost#6)), sum(UnscaledValue(cs_net
244244
Aggregate Attributes [3]: [sum(UnscaledValue(cs_ext_ship_cost#6))#23, sum(UnscaledValue(cs_net_profit#7))#24, count(cs_order_number#5)#27]
245245
Results [3]: [count(cs_order_number#5)#27 AS order count #30, MakeDecimal(sum(UnscaledValue(cs_ext_ship_cost#6))#23,17,2) AS total shipping cost #31, MakeDecimal(sum(UnscaledValue(cs_net_profit#7))#24,17,2) AS total net profit #32]
246246

247-
(44) TakeOrderedAndProject
247+
(44) Sort [codegen id : 12]
248248
Input [3]: [order count #30, total shipping cost #31, total net profit #32]
249-
Arguments: 100, [order count #30 ASC NULLS FIRST], [order count #30, total shipping cost #31, total net profit #32]
249+
Arguments: [order count #30 ASC NULLS FIRST], true, 0
250250

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q16.sf100/simplified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TakeOrderedAndProject [order count ,total shipping cost ,total net profit ]
2-
WholeStageCodegen (12)
1+
WholeStageCodegen (12)
2+
Sort [order count ]
33
HashAggregate [sum,sum,count] [sum(UnscaledValue(cs_ext_ship_cost)),sum(UnscaledValue(cs_net_profit)),count(cs_order_number),order count ,total shipping cost ,total net profit ,sum,sum,count]
44
InputAdapter
55
Exchange #1

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q16/explain.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
== Physical Plan ==
2-
TakeOrderedAndProject (41)
2+
* Sort (41)
33
+- * HashAggregate (40)
44
+- Exchange (39)
55
+- * HashAggregate (38)
@@ -229,7 +229,7 @@ Functions [3]: [sum(UnscaledValue(cs_ext_ship_cost#6)), sum(UnscaledValue(cs_net
229229
Aggregate Attributes [3]: [sum(UnscaledValue(cs_ext_ship_cost#6))#22, sum(UnscaledValue(cs_net_profit#7))#23, count(cs_order_number#5)#27]
230230
Results [3]: [count(cs_order_number#5)#27 AS order count #30, MakeDecimal(sum(UnscaledValue(cs_ext_ship_cost#6))#22,17,2) AS total shipping cost #31, MakeDecimal(sum(UnscaledValue(cs_net_profit#7))#23,17,2) AS total net profit #32]
231231

232-
(41) TakeOrderedAndProject
232+
(41) Sort [codegen id : 8]
233233
Input [3]: [order count #30, total shipping cost #31, total net profit #32]
234-
Arguments: 100, [order count #30 ASC NULLS FIRST], [order count #30, total shipping cost #31, total net profit #32]
234+
Arguments: [order count #30 ASC NULLS FIRST], true, 0
235235

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q16/simplified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TakeOrderedAndProject [order count ,total shipping cost ,total net profit ]
2-
WholeStageCodegen (8)
1+
WholeStageCodegen (8)
2+
Sort [order count ]
33
HashAggregate [sum,sum,count] [sum(UnscaledValue(cs_ext_ship_cost)),sum(UnscaledValue(cs_net_profit)),count(cs_order_number),order count ,total shipping cost ,total net profit ,sum,sum,count]
44
InputAdapter
55
Exchange #1

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q92.sf100/explain.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
== Physical Plan ==
2-
TakeOrderedAndProject (34)
2+
* Sort (34)
33
+- * HashAggregate (33)
44
+- Exchange (32)
55
+- * HashAggregate (31)
@@ -190,7 +190,7 @@ Functions [1]: [sum(UnscaledValue(ws_ext_discount_amt#6))]
190190
Aggregate Attributes [1]: [sum(UnscaledValue(ws_ext_discount_amt#6))#22]
191191
Results [1]: [MakeDecimal(sum(UnscaledValue(ws_ext_discount_amt#6))#22,17,2) AS Excess Discount Amount #23]
192192

193-
(34) TakeOrderedAndProject
193+
(34) Sort [codegen id : 7]
194194
Input [1]: [Excess Discount Amount #23]
195-
Arguments: 100, [Excess Discount Amount #23 ASC NULLS FIRST], [Excess Discount Amount #23]
195+
Arguments: [Excess Discount Amount #23 ASC NULLS FIRST], true, 0
196196

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q92.sf100/simplified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TakeOrderedAndProject [Excess Discount Amount ]
2-
WholeStageCodegen (7)
1+
WholeStageCodegen (7)
2+
Sort [Excess Discount Amount ]
33
HashAggregate [sum] [sum(UnscaledValue(ws_ext_discount_amt)),Excess Discount Amount ,sum]
44
InputAdapter
55
Exchange #1

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q92/explain.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
== Physical Plan ==
2-
TakeOrderedAndProject (34)
2+
* Sort (34)
33
+- * HashAggregate (33)
44
+- Exchange (32)
55
+- * HashAggregate (31)
@@ -190,7 +190,7 @@ Functions [1]: [sum(UnscaledValue(ws_ext_discount_amt#3))]
190190
Aggregate Attributes [1]: [sum(UnscaledValue(ws_ext_discount_amt#3))#22]
191191
Results [1]: [MakeDecimal(sum(UnscaledValue(ws_ext_discount_amt#3))#22,17,2) AS Excess Discount Amount #23]
192192

193-
(34) TakeOrderedAndProject
193+
(34) Sort [codegen id : 7]
194194
Input [1]: [Excess Discount Amount #23]
195-
Arguments: 100, [Excess Discount Amount #23 ASC NULLS FIRST], [Excess Discount Amount #23]
195+
Arguments: [Excess Discount Amount #23 ASC NULLS FIRST], true, 0
196196

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q92/simplified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TakeOrderedAndProject [Excess Discount Amount ]
2-
WholeStageCodegen (7)
1+
WholeStageCodegen (7)
2+
Sort [Excess Discount Amount ]
33
HashAggregate [sum] [sum(UnscaledValue(ws_ext_discount_amt)),Excess Discount Amount ,sum]
44
InputAdapter
55
Exchange #1

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q94.sf100/explain.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
== Physical Plan ==
2-
TakeOrderedAndProject (47)
2+
* Sort (47)
33
+- * HashAggregate (46)
44
+- Exchange (45)
55
+- * HashAggregate (44)
@@ -259,7 +259,7 @@ Functions [3]: [sum(UnscaledValue(ws_ext_ship_cost#6)), sum(UnscaledValue(ws_net
259259
Aggregate Attributes [3]: [sum(UnscaledValue(ws_ext_ship_cost#6))#24, sum(UnscaledValue(ws_net_profit#7))#25, count(ws_order_number#5)#29]
260260
Results [3]: [count(ws_order_number#5)#29 AS order count #32, MakeDecimal(sum(UnscaledValue(ws_ext_ship_cost#6))#24,17,2) AS total shipping cost #33, MakeDecimal(sum(UnscaledValue(ws_net_profit#7))#25,17,2) AS total net profit #34]
261261

262-
(47) TakeOrderedAndProject
262+
(47) Sort [codegen id : 14]
263263
Input [3]: [order count #32, total shipping cost #33, total net profit #34]
264-
Arguments: 100, [order count #32 ASC NULLS FIRST], [order count #32, total shipping cost #33, total net profit #34]
264+
Arguments: [order count #32 ASC NULLS FIRST], true, 0
265265

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q94.sf100/simplified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TakeOrderedAndProject [order count ,total shipping cost ,total net profit ]
2-
WholeStageCodegen (14)
1+
WholeStageCodegen (14)
2+
Sort [order count ]
33
HashAggregate [sum,sum,count] [sum(UnscaledValue(ws_ext_ship_cost)),sum(UnscaledValue(ws_net_profit)),count(ws_order_number),order count ,total shipping cost ,total net profit ,sum,sum,count]
44
InputAdapter
55
Exchange #1

0 commit comments

Comments
 (0)