Skip to content

Commit

Permalink
add ticket ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 26, 2023
1 parent a06e24a commit 6be5869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafusion/core/tests/sqllogictests/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@ FROM t
NULL [1, 2, 3]
[2, 3] NULL


# incorrect answer (one row) to https://github.com/apache/arrow-datafusion/issues/6709

query BB
SELECT
array_contains(column1, column2) as c12,
Expand Down

0 comments on commit 6be5869

Please sign in to comment.