alamb merged PR #16348:
URL: https://github.com/apache/datafusion/pull/16348
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@datafusi
gabotechs commented on code in PR #16348:
URL: https://github.com/apache/datafusion/pull/16348#discussion_r2136979543
##
datafusion/sqllogictest/test_files/array.slt:
##
@@ -3070,6 +3070,30 @@ select array_concat([]);
[]
+# test with NULL array
+query ?
+select array_co
gabotechs commented on code in PR #16348:
URL: https://github.com/apache/datafusion/pull/16348#discussion_r2136961999
##
datafusion/functions-nested/src/concat.rs:
##
@@ -361,15 +362,44 @@ pub(crate) fn array_concat_inner(args: &[ArrayRef]) ->
Result {
for arg in args {