Skip to content

Commit 13c4200

Browse files
committed
Add another test
1 parent 8fd2242 commit 13c4200

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datafusion/sqllogictest/test_files/aggregate.slt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,6 +3215,11 @@ select array_agg(column2 order by column1) ignore nulls from t;
32153215
----
32163216
[c, a, a, , b]
32173217

3218+
query ?
3219+
select array_agg(DISTINCT column2 order by column2) ignore nulls from t;
3220+
----
3221+
[, a, b, c]
3222+
32183223
statement ok
32193224
drop table t;
32203225

0 commit comments

Comments
 (0)