Skip to content

Commit

Permalink
add comment for slt
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Huang <[email protected]>
  • Loading branch information
my-vegetable-has-exploded and Weijun-H authored Nov 27, 2023
1 parent ec3d443 commit 5f42d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/sqllogictest/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -2650,6 +2650,8 @@ select array_has_all(make_array(1,2,3), make_array(1,3)),
----
true false true false false false true true false false true false true

## array_distinct

query ?
select array_distinct(null);
----
Expand Down

0 comments on commit 5f42d9c

Please sign in to comment.