-
-
Notifications
You must be signed in to change notification settings - Fork 331
Feat: improves delete_dir for s3fs-backed FsspecStore #2661
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
Merged
dcherian
merged 20 commits into
zarr-developers:main
from
carshadi:feat-fsspecstore-bulk-delete
Feb 14, 2025
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
11ac3d9
Implement asynchronous directory deletion in FsspecStore
carshadi 32d8bc9
Merge branch 'zarr-developers:main' into feat-fsspecstore-bulk-delete
carshadi bfb4397
Use async batched _rm() for FsspecStore.delete_dir()
carshadi 9812aec
Merge branch 'feat-fsspecstore-bulk-delete' of https://github.com/car…
carshadi f21f1c2
Suppress allowed exceptions instead of try-except-pass
carshadi 220c28b
Adds note on possibly redundant condition in FsspecStore.delete_dir()
carshadi ece0f0e
Fix: unpack allowed arguments list
carshadi a280190
Merge branch 'main' into feat-fsspecstore-bulk-delete
jhamman bf78caf
Merge branch 'main' into feat-fsspecstore-bulk-delete
jhamman 08dc4f9
Adds tests for FsspecStore.delete_dir
carshadi 6ad9a0a
Update src/zarr/storage/_fsspec.py
carshadi 89e1b5f
Remove supports_listing condition from FsspecStore.delete_dir
carshadi 5e67566
use f-string for url formatting
carshadi a0214e4
assert `store.fs.asynchronous` instead of `store.fs.async_impl`
carshadi 75ee3a5
Merge remote-tracking branch 'upstream/main' into feat-fsspecstore-bu…
carshadi aa4a7ff
updates release notes
carshadi 8d44aed
Merge remote-tracking branch 'upstream/main' into feat-fsspecstore-bu…
carshadi 96fb2f6
remove unused import
carshadi f1d90cc
Explicitly construct wrapped local filesystem for test
carshadi 5c48759
Merge branch 'main' into feat-fsspecstore-bulk-delete
dcherian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improves performance of FsspecStore.delete_dir for remote filesystems supporting concurrent/batched deletes, e.g., s3fs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.