Skip to content

Commit c63b162

Browse files
committed
fix
1 parent ba71ead commit c63b162

File tree

16 files changed

+28
-28
lines changed

16 files changed

+28
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Input [2]: [d_date_sk#22, d_date#23]
203203

204204
(36) Filter [codegen id : 10]
205205
Input [2]: [d_date_sk#22, d_date#23]
206-
Condition : (((isnotnull(d_date#23) AND (d_date#23 >= 2002-02-01)) AND (d_date#23 <= 2002-04-02)) AND isnotnull(d_date_sk#22))
206+
Condition : (((isnotnull(d_date#23) AND (d_date#23 >= 11719)) AND (d_date#23 <= 11779)) AND isnotnull(d_date_sk#22))
207207

208208
(37) Project [codegen id : 10]
209209
Output [1]: [d_date_sk#22]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Input [2]: [d_date_sk#16, d_date#17]
141141

142142
(22) Filter [codegen id : 8]
143143
Input [2]: [d_date_sk#16, d_date#17]
144-
Condition : (((isnotnull(d_date#17) AND (d_date#17 >= 2002-02-01)) AND (d_date#17 <= 2002-04-02)) AND isnotnull(d_date_sk#16))
144+
Condition : (((isnotnull(d_date#17) AND (d_date#17 >= 11719)) AND (d_date#17 <= 11779)) AND isnotnull(d_date_sk#16))
145145

146146
(23) Project [codegen id : 8]
147147
Output [1]: [d_date_sk#16]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ Condition : isnotnull(i_item_sk#13)
163163
Output [2]: [i_category#15, i_manufact_id#14]
164164
Batched: true
165165
Location [not included in comparison]/{warehouse_dir}/item]
166-
PushedFilters: [IsNotNull(i_category), EqualTo(i_category,Electronics )]
166+
PushedFilters: [IsNotNull(i_category), EqualTo(i_category,Electronics)]
167167
ReadSchema: struct<i_category:string,i_manufact_id:int>
168168

169169
(22) ColumnarToRow [codegen id : 3]
170170
Input [2]: [i_category#15, i_manufact_id#14]
171171

172172
(23) Filter [codegen id : 3]
173173
Input [2]: [i_category#15, i_manufact_id#14]
174-
Condition : (isnotnull(i_category#15) AND (i_category#15 = Electronics ))
174+
Condition : (isnotnull(i_category#15) AND (i_category#15 = Electronics))
175175

176176
(24) Project [codegen id : 3]
177177
Output [1]: [i_manufact_id#14 AS i_manufact_id#14#16]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ Condition : isnotnull(i_item_sk#13)
163163
Output [2]: [i_category#15, i_manufact_id#14]
164164
Batched: true
165165
Location [not included in comparison]/{warehouse_dir}/item]
166-
PushedFilters: [IsNotNull(i_category), EqualTo(i_category,Electronics )]
166+
PushedFilters: [IsNotNull(i_category), EqualTo(i_category,Electronics)]
167167
ReadSchema: struct<i_category:string,i_manufact_id:int>
168168

169169
(22) ColumnarToRow [codegen id : 3]
170170
Input [2]: [i_category#15, i_manufact_id#14]
171171

172172
(23) Filter [codegen id : 3]
173173
Input [2]: [i_category#15, i_manufact_id#14]
174-
Condition : (isnotnull(i_category#15) AND (i_category#15 = Electronics ))
174+
Condition : (isnotnull(i_category#15) AND (i_category#15 = Electronics))
175175

176176
(24) Project [codegen id : 3]
177177
Output [1]: [i_manufact_id#14 AS i_manufact_id#14#16]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Input [2]: [d_date_sk#25, d_date#26]
160160

161161
(18) Filter [codegen id : 4]
162162
Input [2]: [d_date_sk#25, d_date#26]
163-
Condition : (((isnotnull(d_date#26) AND (d_date#26 >= 2000-08-23)) AND (d_date#26 <= 2000-09-06)) AND isnotnull(d_date_sk#25))
163+
Condition : (((isnotnull(d_date#26) AND (d_date#26 >= 11192)) AND (d_date#26 <= 11206)) AND isnotnull(d_date_sk#25))
164164

165165
(19) Project [codegen id : 4]
166166
Output [1]: [d_date_sk#25]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Input [2]: [d_date_sk#22, d_date#23]
130130

131131
(12) Filter [codegen id : 3]
132132
Input [2]: [d_date_sk#22, d_date#23]
133-
Condition : (((isnotnull(d_date#23) AND (d_date#23 >= 2000-08-23)) AND (d_date#23 <= 2000-09-06)) AND isnotnull(d_date_sk#22))
133+
Condition : (((isnotnull(d_date#23) AND (d_date#23 >= 11192)) AND (d_date#23 <= 11206)) AND isnotnull(d_date_sk#22))
134134

135135
(13) Project [codegen id : 3]
136136
Output [1]: [d_date_sk#22]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Input [2]: [d_date#5, d_week_seq#6]
467467

468468
(82) Filter [codegen id : 1]
469469
Input [2]: [d_date#5, d_week_seq#6]
470-
Condition : (isnotnull(d_date#5) AND (d_date#5 = 2000-01-03))
470+
Condition : (isnotnull(d_date#5) AND (d_date#5 = 10959))
471471

472472
(83) Project [codegen id : 1]
473473
Output [1]: [d_week_seq#6]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Input [2]: [d_date#8, d_week_seq#9]
467467

468468
(82) Filter [codegen id : 1]
469469
Input [2]: [d_date#8, d_week_seq#9]
470-
Condition : (isnotnull(d_date#8) AND (d_date#8 = 2000-01-03))
470+
Condition : (isnotnull(d_date#8) AND (d_date#8 = 10959))
471471

472472
(83) Project [codegen id : 1]
473473
Output [1]: [d_week_seq#9]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Input [5]: [sr_item_sk#1, sr_reason_sk#2, sr_ticket_number#3, sr_return_quantity
4747
Output [2]: [r_reason_sk#6, r_reason_desc#7]
4848
Batched: true
4949
Location [not included in comparison]/{warehouse_dir}/reason]
50-
PushedFilters: [IsNotNull(r_reason_desc), EqualTo(r_reason_desc,reason 28 ), IsNotNull(r_reason_sk)]
50+
PushedFilters: [IsNotNull(r_reason_desc), EqualTo(r_reason_desc,reason 28), IsNotNull(r_reason_sk)]
5151
ReadSchema: struct<r_reason_sk:int,r_reason_desc:string>
5252

5353
(6) ColumnarToRow [codegen id : 1]
5454
Input [2]: [r_reason_sk#6, r_reason_desc#7]
5555

5656
(7) Filter [codegen id : 1]
5757
Input [2]: [r_reason_sk#6, r_reason_desc#7]
58-
Condition : ((isnotnull(r_reason_desc#7) AND (r_reason_desc#7 = reason 28 )) AND isnotnull(r_reason_sk#6))
58+
Condition : ((isnotnull(r_reason_desc#7) AND (r_reason_desc#7 = reason 28)) AND isnotnull(r_reason_sk#6))
5959

6060
(8) Project [codegen id : 1]
6161
Output [1]: [r_reason_sk#6]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ Input [9]: [ss_item_sk#1, ss_customer_sk#2, ss_ticket_number#3, ss_quantity#4, s
8585
Output [2]: [r_reason_sk#14, r_reason_desc#15]
8686
Batched: true
8787
Location [not included in comparison]/{warehouse_dir}/reason]
88-
PushedFilters: [IsNotNull(r_reason_desc), EqualTo(r_reason_desc,reason 28 ), IsNotNull(r_reason_sk)]
88+
PushedFilters: [IsNotNull(r_reason_desc), EqualTo(r_reason_desc,reason 28), IsNotNull(r_reason_sk)]
8989
ReadSchema: struct<r_reason_sk:int,r_reason_desc:string>
9090

9191
(15) ColumnarToRow [codegen id : 5]
9292
Input [2]: [r_reason_sk#14, r_reason_desc#15]
9393

9494
(16) Filter [codegen id : 5]
9595
Input [2]: [r_reason_sk#14, r_reason_desc#15]
96-
Condition : ((isnotnull(r_reason_desc#15) AND (r_reason_desc#15 = reason 28 )) AND isnotnull(r_reason_sk#14))
96+
Condition : ((isnotnull(r_reason_desc#15) AND (r_reason_desc#15 = reason 28)) AND isnotnull(r_reason_sk#14))
9797

9898
(17) Project [codegen id : 5]
9999
Output [1]: [r_reason_sk#14]

0 commit comments

Comments
 (0)