abhiaagarwal opened a new pull request, #5889:
URL: https://github.com/apache/arrow-rs/pull/5889
# 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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]