-
Notifications
You must be signed in to change notification settings - Fork 34
Add ObjectStore::append #181
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
What else is left for this ticket, I wonder? |
It needs to be actually implemented 😅 apache/arrow-rs#3791 just added the API |
Closed by apache/arrow-rs#3824 |
|
Migrating from arrow-rs issue #3790 |
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.
Some use-cases, such as apache/datafusion#5130, would like to re-open a file and append rows to it.
Describe the solution you'd like
I would like an
ObjectStore::append
method that can be implemented for stores that support it. This would need a disclaimer that not all stores can support it, and that the atomicity guarantees are significantly weaker than for the other APIs.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: