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 list contains kernels to in_list (#4289) #4342

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented Jun 2, 2023

Which issue does this PR close?

Closes #4289

Rationale for this change

#3502 added contains string comparison kernels. These overlapped with similarly named kernels for list membership. This would have prevented anyone from using these kernels via the re-exports in the top-level arrow crate, and as of the latest Rust results in a compiler warning on build.

I opted to rename the older kernel as:

  • Given this hasn't been reported it might suggest the downstream impact will be minimal
  • I felt in_list was a better name for the kernels that are checking list membership

What changes are included in this PR?

Are there any user-facing changes?

Yes two kernels are renamed

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jun 2, 2023
@tustvold tustvold added the api-change Changes to the arrow API label Jun 2, 2023
@github-actions github-actions bot added the parquet Changes to the parquet crate label Jun 2, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tustvold tustvold merged commit 7952595 into apache:master Jun 2, 2023
mcheshkov added a commit to cube-js/arrow-rs that referenced this pull request Aug 27, 2024
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
mcheshkov added a commit to cube-js/arrow-rs that referenced this pull request Aug 27, 2024
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
mcheshkov added a commit to cube-js/arrow-rs that referenced this pull request Aug 27, 2024
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
mcheshkov added a commit to cube-js/arrow-rs that referenced this pull request Aug 27, 2024
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
mcheshkov added a commit to cube-js/arrow-rs that referenced this pull request Sep 5, 2024
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
mcheshkov added a commit to cube-js/arrow-rs that referenced this pull request Sep 5, 2024
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change Changes to the arrow API arrow Changes to the arrow crate parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ambiguous glob re-exports of contains_utf8
2 participants