tustvold commented on PR #517: URL: https://github.com/apache/arrow-rs-object-store/pull/517#issuecomment-3438564247
The Get options changes make sense to me from a quick look, however, the new methods on the trait I'm not sure about. The problem lies in that people use ObjectStore in decorator patterns, and therefore every new method must be implemented by these decorators, as opposed to the default impl on the trait - otherwise it could "hide" a specialized impl. This is expanded upon a bit more https://github.com/apache/arrow-rs-object-store/issues/385 FYI @crepererum @alamb -- 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]
