Skip to content

Commit

Permalink
Upate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Dec 16, 2024
1 parent 40781a3 commit f5d5244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -5270,7 +5270,7 @@ select array_has([], null),
----
NULL NULL NULL

# If lhs is has any Nulls, we return Null instead of false
# Always return false if not contained even if list has null elements
query BB
select array_has([1, null, 2], 3),
array_has([null, null, null], 3);
Expand Down

0 comments on commit f5d5244

Please sign in to comment.