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

chore: implement parquet error handling for object_store #5889

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

abhiaagarwal
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

Very small change I made when I was working on implementing ParquetObjectWriter, but someone else already had it so I want to upstream this small fix I made.

What changes are included in this PR?

Implements object_store::Error for ParquetError. In delta-rs, ParquetRecordBatchStreamBuilder is failing pretty often (#5882) when dealing with large tables on s3, so this turns that error into a BoxedError that can be propagated upwards and inspected.

Are there any user-facing changes?

No

@github-actions github-actions bot added the parquet Changes to the parquet crate label Jun 14, 2024
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.

Make sense to me. Thank you for the contrbution @abhiaagarwal 🙏

@tustvold tustvold merged commit 9949dfe into apache:master Jun 14, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants