Skip to content

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

Closed
tustvold opened this issue Mar 2, 2023 · 5 comments
Closed

Add ObjectStore::append #181

tustvold opened this issue Mar 2, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@tustvold
Copy link
Contributor

tustvold commented Mar 2, 2023

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

@tustvold tustvold added the enhancement New feature or request label Mar 2, 2023
@alamb
Copy link
Contributor

alamb commented Mar 7, 2023

What else is left for this ticket, I wonder?

@tustvold
Copy link
Contributor Author

tustvold commented Mar 7, 2023

It needs to be actually implemented 😅 apache/arrow-rs#3791 just added the API

@tustvold
Copy link
Contributor Author

Closed by apache/arrow-rs#3824

@tustvold
Copy link
Contributor Author

label_issue.py automatically added labels {'object-store'} from apache/arrow-rs#3791

@alamb
Copy link
Contributor

alamb commented Mar 20, 2025

Migrating from arrow-rs issue #3790

@alamb alamb transferred this issue from apache/arrow-rs Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants