tustvold commented on issue #274: URL: https://github.com/apache/arrow-rs-object-store/issues/274#issuecomment-2743888185
> What do you mean by "buffered interfaces" ? I am referring to things like [BufReader](https://docs.rs/object_store/latest/object_store/buffered/struct.BufReader.html). > if we have one that is implemented as an ObjectStore wrapper that also seems fine to me My understanding from Marco's comment is that we would need to use the extension mechanism in order to get the size (and possibly ETag) through to the wrapper. Given this already implies a non-standard invocation of the ObjectStore::get API by the caller, I don't really see the advantage over using a separate utility helper akin to BufReader in order to achieve this. We avoid overloading the ObjectStore interface, can return data out of order, and have a more clean API. -- 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]
