alamb commented on issue #737: URL: https://github.com/apache/arrow-rs-object-store/issues/737#issuecomment-5399557252
Basically I hesitate when putting anything into object_store that is specific to the (current) behavior of any cloud vendors as much as possible (like what if they change error types in the future?) e.g. `Error::is_temporary()` seems quite brittle to me as now someone has to determine which if all possible errors (now and in the future) is temporary and what "temporary" means Instead I think we should try and expose whatever underlying error there is -- which is why I was trying to advocate to expose RetryError -- 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]
