You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/06/12 20:15:28 UTC

[GitHub] [arrow-datafusion] izveigor commented on a diff in pull request #6615: feat: new concatenation operator for working with arrays

izveigor commented on code in PR #6615:
URL: https://github.com/apache/arrow-datafusion/pull/6615#discussion_r1227190892


##########
datafusion/core/tests/sqllogictests/test_files/array.slt:
##########
@@ -204,3 +204,21 @@ query II rowsort
 select array_ndims(array_fill(1, [1, 2, 3])), array_ndims([[[[[[[[[[[[[[[[[[[[[1]]]]]]]]]]]]]]]]]]]]]);
 ----
 3 21
+
+# array concatenate operator #1 (like array_concat scalar function)

Review Comment:
   I think this feature will only be available after issue https://github.com/apache/arrow-datafusion/issues/6556 is resolved.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org