Skip to content
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

feat!: bulk delete for vacuum #1556

Merged
merged 2 commits into from
Jul 27, 2023
Merged

feat!: bulk delete for vacuum #1556

merged 2 commits into from
Jul 27, 2023

Conversation

Blajda
Copy link
Collaborator

@Blajda Blajda commented Jul 24, 2023

Description

Bulk delete was added to the object store apache/arrow-rs#2615 which deletes multiple files within a single API call if the underlying store supports it. If it is not supported then concurrent requests are performed underneath.

This PR updates vacuum with the object store changes. Currently on S3 will see any benefits since the default bulk delete is not overridden for other backends.

Related Issue(s)

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate rust labels Jul 24, 2023
@Blajda Blajda marked this pull request as ready for review July 24, 2023 01:38
Copy link
Collaborator

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, pending CI. Thanks for making this update!

@wjones127 wjones127 enabled auto-merge (squash) July 27, 2023 05:10
@wjones127 wjones127 merged commit 6a77efb into delta-io:main Jul 27, 2023
21 checks passed
@Blajda Blajda deleted the vacuum-bulk branch July 31, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants