Skip to content

Commit

Permalink
Add sqllogictest
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed Jun 9, 2023
1 parent 7b67c23 commit 7483a30
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 @@ -204,3 +204,8 @@ query II rowsort
select array_ndims(array_fill(1, [1, 2, 3])), array_ndims([[[[[[[[[[[[[[[[[[[[[1]]]]]]]]]]]]]]]]]]]]]);
----
3 21

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

0 comments on commit 7483a30

Please sign in to comment.