Skip to content

Commit f9d6ddd

Browse files
committed
test: regression test is now resolved
1 parent 3b63865 commit f9d6ddd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

datafusion/sqllogictest/test_files/aggregate.slt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,8 +1773,14 @@ e 115
17731773

17741774

17751775
# using approx_percentile_cont on 2 columns with same signature
1776-
query error DataFusion error: Schema error: Schema contains duplicate unqualified field name "approx_percentile_cont\(Float64\(0\.95\)\)"
1776+
query TII
17771777
SELECT c1, approx_percentile_cont(c2, 0.95) AS c2, approx_percentile_cont(c3, 0.95) AS c3 FROM aggregate_test_100 GROUP BY 1 ORDER BY 1
1778+
----
1779+
a 5 73
1780+
b 5 68
1781+
c 5 122
1782+
d 5 124
1783+
e 5 115
17781784

17791785
# error is unique to this UDAF
17801786
query TRR

0 commit comments

Comments
 (0)