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

Rename string_concat to concat_elements_utf8 #1754

Merged
merged 2 commits into from
May 26, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented May 26, 2022

Which issue does this PR close?

re #1747

Rationale for this change

Per suggestion from @tustvold here #1752 (comment)

The idea is to have a naming scheme that is consistent with other kernels such as eq_utf8

It also allows us to add a consistently named concat_elements_dyn to work with dynamic array types, which I will track in a moment tracked in #1752

What changes are included in this PR?

Rename string_concat to concat_elements_utf8

Are there any user-facing changes?

No, code is not yet released

@alamb alamb marked this pull request as ready for review May 26, 2022 18:37
@github-actions github-actions bot added the arrow Changes to the arrow crate label May 26, 2022
@alamb
Copy link
Contributor Author

alamb commented May 26, 2022

cc @HaoYang670 @tustvold and @viirya

@tustvold tustvold merged commit b265780 into apache:master May 26, 2022
@viirya
Copy link
Member

viirya commented May 27, 2022

lgtm

@HaoYang670
Copy link
Contributor

LGTM. A new compute kernel was born!

@alamb alamb deleted the alamb/rename_concat branch May 27, 2022 10:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants