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

fix(rust): BatchedParquetReader ignore with_columns #16244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cyc4188
Copy link

@cyc4188 cyc4188 commented May 15, 2024

closes #8374

columns are ignored In function ParquetReader::batched.

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels May 15, 2024
@ritchie46
Copy link
Member

Thanks! Can you add a test on the python side that ensures we don't regress in the future?

@cyc4188
Copy link
Author

cyc4188 commented May 16, 2024

Thanks! Can you add a test on the python side that ensures we don't regress in the future?

thanks for your feedback!
It seems that BatchedParquetReader is not exposed in the Python API. How can I perform testing on the Python side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BatchedParquetReader ignores with_columns
2 participants