Skip to content

Commit 4fa2df7

Browse files
authored
Merge branch 'main' into experiment_roaring_bitmap_for_int32_anti_semi_joins
2 parents fb3f214 + fd093fb commit 4fa2df7

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

datafusion/sqllogictest/test_files/array/array_union.slt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,10 @@ select array_union(arrow_cast([], 'LargeList(Int64)'), arrow_cast([], 'LargeList
114114
[]
115115

116116
# array_union scalar function #7
117-
# re-enable when https://github.com/apache/arrow-rs/issues/9227 is fixed
118-
# query ?
119-
# select array_union([[null]], []);
120-
# ----
121-
# [[]]
117+
query ?
118+
select array_union([[null]], []);
119+
----
120+
[[NULL]]
122121

123122
query error DataFusion error: Error during planning: Failed to coerce arguments to satisfy a call to 'array_union' function:
124123
select array_union(arrow_cast([[null]], 'LargeList(List(Int64))'), arrow_cast([], 'LargeList(Int64)'));

0 commit comments

Comments
 (0)