Skip to content

Commit c89eb66

Browse files
committed
Adjust sqllogictest
1 parent 1c953c7 commit c89eb66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

datafusion/sqllogictest/test_files/aggregate.slt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ SELECT c1, approx_percentile_cont(0.95) WITHIN GROUP (ORDER BY c3) AS c3_p95 FRO
22922292
a 73
22932293
b 68
22942294
c 122
2295-
d 124
2295+
d 125
22962296
e 115
22972297

22982298

@@ -2303,7 +2303,7 @@ SELECT c1, approx_percentile_cont(c3, 0.95) AS c3_p95 FROM aggregate_test_100 GR
23032303
a 73
23042304
b 68
23052305
c 122
2306-
d 124
2306+
d 125
23072307
e 115
23082308

23092309

@@ -2314,7 +2314,7 @@ SELECT c1, approx_percentile_cont(c2, 0.95) AS c2, approx_percentile_cont(c3, 0.
23142314
a 5 73
23152315
b 5 68
23162316
c 5 122
2317-
d 5 124
2317+
d 5 125
23182318
e 5 115
23192319

23202320
# error is unique to this UDAF
@@ -2345,7 +2345,7 @@ SELECT c1, approx_percentile_cont_with_weight(1, 0.95) WITHIN GROUP (ORDER BY c3
23452345
a 73
23462346
b 68
23472347
c 122
2348-
d 124
2348+
d 125
23492349
e 115
23502350

23512351
# csv_query_approx_percentile_cont_with_weight alternate syntax
@@ -2355,7 +2355,7 @@ SELECT c1, approx_percentile_cont_with_weight(c3, 1, 0.95) AS c3_p95 FROM aggreg
23552355
a 73
23562356
b 68
23572357
c 122
2358-
d 124
2358+
d 125
23592359
e 115
23602360

23612361

@@ -2375,7 +2375,7 @@ SELECT c1, approx_percentile_cont(0.95, 200) WITHIN GROUP (ORDER BY c3) AS c3_p9
23752375
a 73
23762376
b 68
23772377
c 122
2378-
d 124
2378+
d 125
23792379
e 115
23802380

23812381
query TI

0 commit comments

Comments
 (0)