You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/26 02:03:19 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue, #1748: `string_concat` should accept arbitrary number of input arrays.

HaoYang670 opened a new issue, #1748:
URL: https://github.com/apache/arrow-rs/issues/1748

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   This is a follow-up of #1720.
   We should support concatenating arbitrary number of arrays.
   As rust does not support variadic function so far, we can refer to the `concat` function: https://github.com/apache/arrow-rs/blob/master/arrow/src/compute/kernels/concat.rs#L53
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #1748: `concat_elements_utf8` should accept arbitrary number of input arrays.

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1748: `concat_elements_utf8` should accept arbitrary number of input arrays. 
URL: https://github.com/apache/arrow-rs/issues/1748


-- 
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