Skip to content

Commit 0c08a40

Browse files
authored
Merge branch 'main' into askalt/with_new_children_fast_path
2 parents ade5cc1 + dededf7 commit 0c08a40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

datafusion/sqllogictest/test_files/array.slt

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

47494749
# array_union scalar function #7
4750-
query ?
4751-
select array_union([[null]], []);
4752-
----
4753-
[[]]
4750+
# re-enable when https://github.com/apache/arrow-rs/issues/9227 is fixed
4751+
# query ?
4752+
# select array_union([[null]], []);
4753+
# ----
4754+
# [[]]
47544755

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

0 commit comments

Comments
 (0)