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]

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
@@ -175,15 +175,15 @@ Input [7]: [ws_ship_date_sk#1, ws_ship_addr_sk#2, ws_web_site_sk#3, ws_order_num
175175
Output [2]: [web_site_sk#20, web_company_name#21]
176176
Batched: true
177177
Location [not included in comparison]/{warehouse_dir}/web_site]
178-
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri ), IsNotNull(web_site_sk)]
178+
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri), IsNotNull(web_site_sk)]
179179
ReadSchema: struct<web_site_sk:int,web_company_name:string>
180180

181181
(30) ColumnarToRow [codegen id : 10]
182182
Input [2]: [web_site_sk#20, web_company_name#21]
183183

184184
(31) Filter [codegen id : 10]
185185
Input [2]: [web_site_sk#20, web_company_name#21]
186-
Condition : ((isnotnull(web_company_name#21) AND (web_company_name#21 = pri )) AND isnotnull(web_site_sk#20))
186+
Condition : ((isnotnull(web_company_name#21) AND (web_company_name#21 = pri)) AND isnotnull(web_site_sk#20))
187187

188188
(32) Project [codegen id : 10]
189189
Output [1]: [web_site_sk#20]
@@ -214,7 +214,7 @@ Input [2]: [d_date_sk#23, d_date#24]
214214

215215
(38) Filter [codegen id : 11]
216216
Input [2]: [d_date_sk#23, d_date#24]
217-
Condition : (((isnotnull(d_date#24) AND (d_date#24 >= 1999-02-01)) AND (d_date#24 <= 1999-04-02)) AND isnotnull(d_date_sk#23))
217+
Condition : (((isnotnull(d_date#24) AND (d_date#24 >= 10623)) AND (d_date#24 <= 10683)) AND isnotnull(d_date_sk#23))
218218

219219
(39) Project [codegen id : 11]
220220
Output [1]: [d_date_sk#23]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Input [2]: [d_date_sk#17, d_date#18]
152152

153153
(24) Filter [codegen id : 9]
154154
Input [2]: [d_date_sk#17, d_date#18]
155-
Condition : (((isnotnull(d_date#18) AND (d_date#18 >= 1999-02-01)) AND (d_date#18 <= 1999-04-02)) AND isnotnull(d_date_sk#17))
155+
Condition : (((isnotnull(d_date#18) AND (d_date#18 >= 10623)) AND (d_date#18 <= 10683)) AND isnotnull(d_date_sk#17))
156156

157157
(25) Project [codegen id : 9]
158158
Output [1]: [d_date_sk#17]
@@ -206,15 +206,15 @@ Input [6]: [ws_ship_addr_sk#2, ws_web_site_sk#3, ws_order_number#5, ws_ext_ship_
206206
Output [2]: [web_site_sk#23, web_company_name#24]
207207
Batched: true
208208
Location [not included in comparison]/{warehouse_dir}/web_site]
209-
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri ), IsNotNull(web_site_sk)]
209+
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri), IsNotNull(web_site_sk)]
210210
ReadSchema: struct<web_site_sk:int,web_company_name:string>
211211

212212
(37) ColumnarToRow [codegen id : 11]
213213
Input [2]: [web_site_sk#23, web_company_name#24]
214214

215215
(38) Filter [codegen id : 11]
216216
Input [2]: [web_site_sk#23, web_company_name#24]
217-
Condition : ((isnotnull(web_company_name#24) AND (web_company_name#24 = pri )) AND isnotnull(web_site_sk#23))
217+
Condition : ((isnotnull(web_company_name#24) AND (web_company_name#24 = pri)) AND isnotnull(web_site_sk#23))
218218

219219
(39) Project [codegen id : 11]
220220
Output [1]: [web_site_sk#23]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,15 @@ Input [7]: [ws_ship_date_sk#1, ws_ship_addr_sk#2, ws_web_site_sk#3, ws_order_num
252252
Output [2]: [web_site_sk#24, web_company_name#25]
253253
Batched: true
254254
Location [not included in comparison]/{warehouse_dir}/web_site]
255-
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri ), IsNotNull(web_site_sk)]
255+
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri), IsNotNull(web_site_sk)]
256256
ReadSchema: struct<web_site_sk:int,web_company_name:string>
257257

258258
(45) ColumnarToRow [codegen id : 19]
259259
Input [2]: [web_site_sk#24, web_company_name#25]
260260

261261
(46) Filter [codegen id : 19]
262262
Input [2]: [web_site_sk#24, web_company_name#25]
263-
Condition : ((isnotnull(web_company_name#25) AND (web_company_name#25 = pri )) AND isnotnull(web_site_sk#24))
263+
Condition : ((isnotnull(web_company_name#25) AND (web_company_name#25 = pri)) AND isnotnull(web_site_sk#24))
264264

265265
(47) Project [codegen id : 19]
266266
Output [1]: [web_site_sk#24]
@@ -291,7 +291,7 @@ Input [2]: [d_date_sk#27, d_date#28]
291291

292292
(53) Filter [codegen id : 20]
293293
Input [2]: [d_date_sk#27, d_date#28]
294-
Condition : (((isnotnull(d_date#28) AND (d_date#28 >= 1999-02-01)) AND (d_date#28 <= 1999-04-02)) AND isnotnull(d_date_sk#27))
294+
Condition : (((isnotnull(d_date#28) AND (d_date#28 >= 10623)) AND (d_date#28 <= 10683)) AND isnotnull(d_date_sk#27))
295295

296296
(54) Project [codegen id : 20]
297297
Output [1]: [d_date_sk#27]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Input [2]: [d_date_sk#21, d_date#22]
229229

230230
(39) Filter [codegen id : 18]
231231
Input [2]: [d_date_sk#21, d_date#22]
232-
Condition : (((isnotnull(d_date#22) AND (d_date#22 >= 1999-02-01)) AND (d_date#22 <= 1999-04-02)) AND isnotnull(d_date_sk#21))
232+
Condition : (((isnotnull(d_date#22) AND (d_date#22 >= 10623)) AND (d_date#22 <= 10683)) AND isnotnull(d_date_sk#21))
233233

234234
(40) Project [codegen id : 18]
235235
Output [1]: [d_date_sk#21]
@@ -283,15 +283,15 @@ Input [6]: [ws_ship_addr_sk#2, ws_web_site_sk#3, ws_order_number#4, ws_ext_ship_
283283
Output [2]: [web_site_sk#27, web_company_name#28]
284284
Batched: true
285285
Location [not included in comparison]/{warehouse_dir}/web_site]
286-
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri ), IsNotNull(web_site_sk)]
286+
PushedFilters: [IsNotNull(web_company_name), EqualTo(web_company_name,pri), IsNotNull(web_site_sk)]
287287
ReadSchema: struct<web_site_sk:int,web_company_name:string>
288288

289289
(52) ColumnarToRow [codegen id : 20]
290290
Input [2]: [web_site_sk#27, web_company_name#28]
291291

292292
(53) Filter [codegen id : 20]
293293
Input [2]: [web_site_sk#27, web_company_name#28]
294-
Condition : ((isnotnull(web_company_name#28) AND (web_company_name#28 = pri )) AND isnotnull(web_site_sk#27))
294+
Condition : ((isnotnull(web_company_name#28) AND (web_company_name#28 = pri)) AND isnotnull(web_site_sk#27))
295295

296296
(54) Project [codegen id : 20]
297297
Output [1]: [web_site_sk#27]

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

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

174174
(18) Filter [codegen id : 4]
175175
Input [2]: [d_date_sk#25, d_date#26]
176-
Condition : (((isnotnull(d_date#26) AND (d_date#26 >= 1998-08-04)) AND (d_date#26 <= 1998-08-18)) AND isnotnull(d_date_sk#25))
176+
Condition : (((isnotnull(d_date#26) AND (d_date#26 >= 10442)) AND (d_date#26 <= 10456)) AND isnotnull(d_date_sk#25))
177177

178178
(19) Project [codegen id : 4]
179179
Output [1]: [d_date_sk#25]

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

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

144144
(12) Filter [codegen id : 3]
145145
Input [2]: [d_date_sk#22, d_date#23]
146-
Condition : (((isnotnull(d_date#23) AND (d_date#23 >= 1998-08-04)) AND (d_date#23 <= 1998-08-18)) AND isnotnull(d_date_sk#22))
146+
Condition : (((isnotnull(d_date#23) AND (d_date#23 >= 10442)) AND (d_date#23 <= 10456)) AND isnotnull(d_date_sk#22))
147147

148148
(13) Project [codegen id : 3]
149149
Output [1]: [d_date_sk#22]

0 commit comments

Comments
 (0)