Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX convert indices passed into to pyarrow filter() to pyarrow type for older pyarrow versions #31605

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

StefanieSenger
Copy link
Contributor

Reference Issues/PRs

closes #31604

What does this implement/fix? Explain your changes.

This fixes a bug that appears for older pyarrow versions, when the filter method is used with other indexes than pyarrow types.

See the issue description for more details.

Copy link

github-actions bot commented Jun 20, 2025

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: f2b2d38. Link to the linter CI: here

@StefanieSenger StefanieSenger changed the title MNT fix bug with pyarrow filter function FIX convert input to pyarrow filter() to pyaor older pyarrow versionsrrow type f Jun 20, 2025
@StefanieSenger StefanieSenger changed the title FIX convert input to pyarrow filter() to pyaor older pyarrow versionsrrow type f FIX convert indices passed into to pyarrow filter() to pyarrow type for older pyarrow versions Jun 20, 2025
@StefanieSenger
Copy link
Contributor Author

StefanieSenger commented Jun 22, 2025

I added pyarrow to pymin_conda_forge_openblas_min_dependencies, which I had hoped would fix the codecov errors (it didn't), but it is the right thing to do anyways.

The Windows pymin_conda_forge_mkl timeout error comes from a break in main (#31624).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_safe_indexing fails with pyarrow==16.0.0
1 participant