Skip to content

Commit f80e890

Browse files
committed
test.
1 parent c86cb2e commit f80e890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/sqllogictest/test_files/aggregate.slt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ SELECT (ABS(1 - CAST(approx_percentile_cont(c6, 0.5) AS DOUBLE) / 11300000000000
12751275
----
12761276
true
12771277

1278+
12781279
query B
12791280
SELECT (ABS(1 - CAST(approx_percentile_cont(c6, 0.9) AS DOUBLE) / 7370000000000000000) < 0.05) AS q FROM aggregate_test_100
12801281
----

0 commit comments

Comments
 (0)