Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concat_elements_utf8 should accept arbitrary number of input arrays #1748

Closed
Tracked by #1772
HaoYang670 opened this issue May 26, 2022 · 0 comments · Fixed by #1787
Closed
Tracked by #1772

concat_elements_utf8 should accept arbitrary number of input arrays #1748

HaoYang670 opened this issue May 26, 2022 · 0 comments · Fixed by #1787
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@HaoYang670
Copy link
Contributor

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

@HaoYang670 HaoYang670 added the enhancement Any new improvement worthy of a entry in the changelog label May 26, 2022
@HaoYang670 HaoYang670 changed the title string_concat should accept arbitrary number of input arrays. concat_elements_utf8 should accept arbitrary number of input arrays. May 27, 2022
@alamb alamb added the arrow Changes to the arrow crate label Jul 7, 2022
@alamb alamb changed the title concat_elements_utf8 should accept arbitrary number of input arrays. concat_elements_utf8 should accept arbitrary number of input arrays Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants