Skip to content

Commit

Permalink
Add sqllogictest
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Jun 12, 2023
1 parent cdf527f commit 89f58e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datafusion/core/tests/sqllogictests/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,8 @@ query II rowsort
select array_ndims(make_array()), array_ndims(make_array(make_array()))
----
1 2

query ?
select make_array(1, 2.0)
----
[1.0, 2.0]

0 comments on commit 89f58e7

Please sign in to comment.