tustvold opened a new issue, #5005: URL: https://github.com/apache/arrow-rs/issues/5005
_Largely a placeholder as I lack a motivating use-case for this functionality_ **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*) --> Following #4984 we now have put_opts and get_opts. It makes sense to expose the conditional copy semantics of many stores, in particular: * Source preconditions, such as `If-Match` * Destination preconditions, e.g. `PutMode` **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> I would like a copy_opts method, which is called by default implementations of copy and copy_if_not_exists, and supports the common preconditions supported by object stores. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
