Skip to content

Commit 6f0ba0a

Browse files
committed
fix
1 parent 78f772e commit 6f0ba0a

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Results [3]: [brand_id#13, class_id#14, category_id#15]
334334

335335
(49) Exchange
336336
Input [3]: [brand_id#13, class_id#14, category_id#15]
337-
Arguments: hashpartitioning(brand_id#13, class_id#14, category_id#15, 5), ENSURE_REQUIREMENTS, [id=#23]
337+
Arguments: hashpartitioning(brand_id#13, class_id#14, category_id#15, 5), true, [id=#23]
338338

339339
(50) HashAggregate [codegen id : 10]
340340
Input [3]: [brand_id#13, class_id#14, category_id#15]
@@ -454,7 +454,7 @@ Results [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#33, isEmpty#34, c
454454

455455
(74) Exchange
456456
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#33, isEmpty#34, count#35]
457-
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), ENSURE_REQUIREMENTS, [id=#36]
457+
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), true, [id=#36]
458458

459459
(75) HashAggregate [codegen id : 26]
460460
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#33, isEmpty#34, count#35]
@@ -526,7 +526,7 @@ Results [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#50, isEmpty#51, c
526526

527527
(90) Exchange
528528
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#50, isEmpty#51, count#52]
529-
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), ENSURE_REQUIREMENTS, [id=#53]
529+
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), true, [id=#53]
530530

531531
(91) HashAggregate [codegen id : 52]
532532
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#50, isEmpty#51, count#52]
@@ -598,7 +598,7 @@ Results [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#65, isEmpty#66, c
598598

599599
(106) Exchange
600600
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#65, isEmpty#66, count#67]
601-
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), ENSURE_REQUIREMENTS, [id=#68]
601+
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), true, [id=#68]
602602

603603
(107) HashAggregate [codegen id : 78]
604604
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#65, isEmpty#66, count#67]
@@ -630,7 +630,7 @@ Results [8]: [channel#75, i_brand_id#76, i_class_id#77, i_category_id#78, spark_
630630

631631
(113) Exchange
632632
Input [8]: [channel#75, i_brand_id#76, i_class_id#77, i_category_id#78, spark_grouping_id#79, sum#83, isEmpty#84, sum#85]
633-
Arguments: hashpartitioning(channel#75, i_brand_id#76, i_class_id#77, i_category_id#78, spark_grouping_id#79, 5), ENSURE_REQUIREMENTS, [id=#86]
633+
Arguments: hashpartitioning(channel#75, i_brand_id#76, i_class_id#77, i_category_id#78, spark_grouping_id#79, 5), true, [id=#86]
634634

635635
(114) HashAggregate [codegen id : 80]
636636
Input [8]: [channel#75, i_brand_id#76, i_class_id#77, i_category_id#78, spark_grouping_id#79, sum#83, isEmpty#84, sum#85]
@@ -782,7 +782,7 @@ Results [2]: [sum#100, count#101]
782782

783783
(140) Exchange
784784
Input [2]: [sum#100, count#101]
785-
Arguments: SinglePartition, ENSURE_REQUIREMENTS, [id=#102]
785+
Arguments: SinglePartition, true, [id=#102]
786786

787787
(141) HashAggregate [codegen id : 8]
788788
Input [2]: [sum#100, count#101]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Results [3]: [brand_id#13, class_id#14, category_id#15]
319319

320320
(49) Exchange
321321
Input [3]: [brand_id#13, class_id#14, category_id#15]
322-
Arguments: hashpartitioning(brand_id#13, class_id#14, category_id#15, 5), ENSURE_REQUIREMENTS, [id=#23]
322+
Arguments: hashpartitioning(brand_id#13, class_id#14, category_id#15, 5), true, [id=#23]
323323

324324
(50) HashAggregate [codegen id : 10]
325325
Input [3]: [brand_id#13, class_id#14, category_id#15]
@@ -439,7 +439,7 @@ Results [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#35, isEmpty#36, c
439439

440440
(74) Exchange
441441
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#35, isEmpty#36, count#37]
442-
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), ENSURE_REQUIREMENTS, [id=#38]
442+
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), true, [id=#38]
443443

444444
(75) HashAggregate [codegen id : 52]
445445
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#35, isEmpty#36, count#37]
@@ -530,7 +530,7 @@ Results [6]: [i_brand_id#48, i_class_id#49, i_category_id#50, sum#57, isEmpty#58
530530

531531
(94) Exchange
532532
Input [6]: [i_brand_id#48, i_class_id#49, i_category_id#50, sum#57, isEmpty#58, count#59]
533-
Arguments: hashpartitioning(i_brand_id#48, i_class_id#49, i_category_id#50, 5), ENSURE_REQUIREMENTS, [id=#60]
533+
Arguments: hashpartitioning(i_brand_id#48, i_class_id#49, i_category_id#50, 5), true, [id=#60]
534534

535535
(95) HashAggregate [codegen id : 51]
536536
Input [6]: [i_brand_id#48, i_class_id#49, i_category_id#50, sum#57, isEmpty#58, count#59]
@@ -699,7 +699,7 @@ Results [2]: [sum#81, count#82]
699699

700700
(125) Exchange
701701
Input [2]: [sum#81, count#82]
702-
Arguments: SinglePartition, ENSURE_REQUIREMENTS, [id=#83]
702+
Arguments: SinglePartition, true, [id=#83]
703703

704704
(126) HashAggregate [codegen id : 8]
705705
Input [2]: [sum#81, count#82]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Results [3]: [c_last_name#17, c_first_name#16, d_date#14]
174174

175175
(27) Exchange
176176
Input [3]: [c_last_name#17, c_first_name#16, d_date#14]
177-
Arguments: hashpartitioning(c_last_name#17, c_first_name#16, d_date#14, 5), ENSURE_REQUIREMENTS, [id=#18]
177+
Arguments: hashpartitioning(c_last_name#17, c_first_name#16, d_date#14, 5), true, [id=#18]
178178

179179
(28) HashAggregate [codegen id : 6]
180180
Input [3]: [c_last_name#17, c_first_name#16, d_date#14]
@@ -239,7 +239,7 @@ Results [3]: [c_last_name#26, c_first_name#25, d_date#23]
239239

240240
(41) Exchange
241241
Input [3]: [c_last_name#26, c_first_name#25, d_date#23]
242-
Arguments: hashpartitioning(c_last_name#26, c_first_name#25, d_date#23, 5), ENSURE_REQUIREMENTS, [id=#27]
242+
Arguments: hashpartitioning(c_last_name#26, c_first_name#25, d_date#23, 5), true, [id=#27]
243243

244244
(42) HashAggregate [codegen id : 10]
245245
Input [3]: [c_last_name#26, c_first_name#25, d_date#23]
@@ -266,7 +266,7 @@ Results [3]: [c_last_name#9, c_first_name#8, d_date#4]
266266

267267
(46) Exchange
268268
Input [3]: [c_last_name#9, c_first_name#8, d_date#4]
269-
Arguments: hashpartitioning(c_last_name#9, c_first_name#8, d_date#4, 5), ENSURE_REQUIREMENTS, [id=#29]
269+
Arguments: hashpartitioning(c_last_name#9, c_first_name#8, d_date#4, 5), true, [id=#29]
270270

271271
(47) HashAggregate [codegen id : 12]
272272
Input [3]: [c_last_name#9, c_first_name#8, d_date#4]
@@ -312,7 +312,7 @@ Results [1]: [count#31]
312312

313313
(53) Exchange
314314
Input [1]: [count#31]
315-
Arguments: SinglePartition, ENSURE_REQUIREMENTS, [id=#32]
315+
Arguments: SinglePartition, true, [id=#32]
316316

317317
(54) HashAggregate [codegen id : 13]
318318
Input [1]: [count#31]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Results [3]: [c_last_name#17, c_first_name#16, d_date#14]
174174

175175
(27) Exchange
176176
Input [3]: [c_last_name#17, c_first_name#16, d_date#14]
177-
Arguments: hashpartitioning(c_last_name#17, c_first_name#16, d_date#14, 5), ENSURE_REQUIREMENTS, [id=#18]
177+
Arguments: hashpartitioning(c_last_name#17, c_first_name#16, d_date#14, 5), true, [id=#18]
178178

179179
(28) HashAggregate [codegen id : 6]
180180
Input [3]: [c_last_name#17, c_first_name#16, d_date#14]
@@ -239,7 +239,7 @@ Results [3]: [c_last_name#26, c_first_name#25, d_date#23]
239239

240240
(41) Exchange
241241
Input [3]: [c_last_name#26, c_first_name#25, d_date#23]
242-
Arguments: hashpartitioning(c_last_name#26, c_first_name#25, d_date#23, 5), ENSURE_REQUIREMENTS, [id=#27]
242+
Arguments: hashpartitioning(c_last_name#26, c_first_name#25, d_date#23, 5), true, [id=#27]
243243

244244
(42) HashAggregate [codegen id : 10]
245245
Input [3]: [c_last_name#26, c_first_name#25, d_date#23]
@@ -266,7 +266,7 @@ Results [3]: [c_last_name#9, c_first_name#8, d_date#4]
266266

267267
(46) Exchange
268268
Input [3]: [c_last_name#9, c_first_name#8, d_date#4]
269-
Arguments: hashpartitioning(c_last_name#9, c_first_name#8, d_date#4, 5), ENSURE_REQUIREMENTS, [id=#29]
269+
Arguments: hashpartitioning(c_last_name#9, c_first_name#8, d_date#4, 5), true, [id=#29]
270270

271271
(47) HashAggregate [codegen id : 12]
272272
Input [3]: [c_last_name#9, c_first_name#8, d_date#4]
@@ -312,7 +312,7 @@ Results [1]: [count#31]
312312

313313
(53) Exchange
314314
Input [1]: [count#31]
315-
Arguments: SinglePartition, ENSURE_REQUIREMENTS, [id=#32]
315+
Arguments: SinglePartition, true, [id=#32]
316316

317317
(54) HashAggregate [codegen id : 13]
318318
Input [1]: [count#31]

sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v2_7/q14/explain.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Results [3]: [brand_id#13, class_id#14, category_id#15]
319319

320320
(49) Exchange
321321
Input [3]: [brand_id#13, class_id#14, category_id#15]
322-
Arguments: hashpartitioning(brand_id#13, class_id#14, category_id#15, 5), ENSURE_REQUIREMENTS, [id=#23]
322+
Arguments: hashpartitioning(brand_id#13, class_id#14, category_id#15, 5), true, [id=#23]
323323

324324
(50) HashAggregate [codegen id : 10]
325325
Input [3]: [brand_id#13, class_id#14, category_id#15]
@@ -439,7 +439,7 @@ Results [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#35, isEmpty#36, c
439439

440440
(74) Exchange
441441
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#35, isEmpty#36, count#37]
442-
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), ENSURE_REQUIREMENTS, [id=#38]
442+
Arguments: hashpartitioning(i_brand_id#6, i_class_id#7, i_category_id#8, 5), true, [id=#38]
443443

444444
(75) HashAggregate [codegen id : 52]
445445
Input [6]: [i_brand_id#6, i_class_id#7, i_category_id#8, sum#35, isEmpty#36, count#37]
@@ -530,7 +530,7 @@ Results [6]: [i_brand_id#48, i_class_id#49, i_category_id#50, sum#57, isEmpty#58
530530

531531
(94) Exchange
532532
Input [6]: [i_brand_id#48, i_class_id#49, i_category_id#50, sum#57, isEmpty#58, count#59]
533-
Arguments: hashpartitioning(i_brand_id#48, i_class_id#49, i_category_id#50, 5), ENSURE_REQUIREMENTS, [id=#60]
533+
Arguments: hashpartitioning(i_brand_id#48, i_class_id#49, i_category_id#50, 5), true, [id=#60]
534534

535535
(95) HashAggregate [codegen id : 51]
536536
Input [6]: [i_brand_id#48, i_class_id#49, i_category_id#50, sum#57, isEmpty#58, count#59]
@@ -699,7 +699,7 @@ Results [2]: [sum#81, count#82]
699699

700700
(125) Exchange
701701
Input [2]: [sum#81, count#82]
702-
Arguments: SinglePartition, ENSURE_REQUIREMENTS, [id=#83]
702+
Arguments: SinglePartition, true, [id=#83]
703703

704704
(126) HashAggregate [codegen id : 8]
705705
Input [2]: [sum#81, count#82]

0 commit comments

Comments
 (0)