Skip to content

Commit a01f8f6

Browse files
committed
test: regression test is now resolved
1 parent b4c633f commit a01f8f6

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
@@ -1823,8 +1823,14 @@ e 115
18231823

18241824

18251825
# using approx_percentile_cont on 2 columns with same signature
1826-
query error DataFusion error: Schema error: Schema contains duplicate unqualified field name "approx_percentile_cont\(Float64\(0\.95\)\)"
1826+
query TII
18271827
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
1828+
----
1829+
a 5 73
1830+
b 5 68
1831+
c 5 122
1832+
d 5 124
1833+
e 5 115
18281834

18291835
# error is unique to this UDAF
18301836
query TRR

0 commit comments

Comments
 (0)