-
Notifications
You must be signed in to change notification settings - Fork 33
Get Object By Version #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
tustvold
referenced
this issue
in tustvold/arrow-rs
Oct 13, 2023
This was referenced Oct 13, 2023
tustvold
referenced
this issue
in tustvold/arrow-rs
Oct 13, 2023
tustvold
referenced
this issue
in apache/arrow-rs
Oct 20, 2023
|
alamb
referenced
this issue
in alamb/arrow-rs
Mar 20, 2025
Migrating from arrow-rs issue #4925 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Many stores support the notion of an object versioning:
On update or delete, a new version of the object is created. Importantly the prior version remains accessible, which can be important for being able to provide consistency in the face of updates.
Describe the solution you'd like
I would like to add an optional version to
ObjectMeta
andGetOptions
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: