peasee opened a new issue, #516: URL: https://github.com/apache/arrow-rs-object-store/issues/516
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> In service of https://github.com/apache/datafusion/issues/18211 **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> `ObjectStore` implements `get_range_opts` and `get_ranges_opts` to provide some existing options which get augmented with the defined range. In the context of the linked issue, this supports providing an `e_tag` or `version` to a `get_range` call. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> Calling `get_opts` directly with the `e_tag` or `version` set alongside the `range`. Adding the helper function would make a nicer DX in my opinion though. **Additional context** <!-- Add any other context or screenshots about the feature request here. --> I would also like to refactor `GetOptions` to support a builder pattern. -- 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]
