chiragjn opened a new issue, #554:
URL: https://github.com/apache/arrow-rs-object-store/issues/554
We are using object_store 0.12.4 via delta-rs
Every now and then we get an error that looks like
```
Delta table error: Kernel error: Error interacting with object store:
Generic S3 error: Error performing GET <URL> in 806.677µs - HTTP error: error
sending request
```
It is not clear what has happened. Only when we forked and added the source
errors using debug formatting, we get
```
Delta table error: Kernel error: Error interacting with object store:
Generic S3 error: Error performing GET <URL> in 679.214µs - Http(HttpError {
kind: Unknown, source: reqwest::Error { kind: Request, source:
hyper_util::client::legacy::Error(SendRequest, hyper::Error(User(DispatchGone),
"runtime dropped the dispatch task")) } })
```
**Describe the solution you'd like**
Include the source errors when formatting error messages
--
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]