Skip to content

Commit

Permalink
Fix the array
Browse files Browse the repository at this point in the history
  • Loading branch information
LuQQiu committed Mar 6, 2025
1 parent a4f9b6c commit af2c50d
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 @@ -5836,7 +5836,7 @@ select array_has_all(make_array(1,2,3), []),
array_has_any(make_array([[1,2,3]]), make_array([[1,2,3]], [[4,5,6]]))
;
----
true true false true false false false false true true false false true false true
true true false true false false false true false true false false true false true

query BBBBBBBBBBBBB
select array_has_all(arrow_cast(make_array(1,2,3), 'LargeList(Int64)'), arrow_cast(make_array(1,3), 'LargeList(Int64)')),
Expand Down

0 comments on commit af2c50d

Please sign in to comment.