-
-
Notifications
You must be signed in to change notification settings - Fork 329
fix consolidate_metadata with FSStore #916
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
fix consolidate_metadata with FSStore #916
Conversation
+1 for the idea I wonder if we should check that |
Codecov Report
@@ Coverage Diff @@
## master #916 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 32 32
Lines 11216 11219 +3
=======================================
+ Hits 11210 11213 +3
Misses 6 6
|
I think this is already take care of in Lines 112 to 115 in 4fb0f7e
|
Thanks, @jhamman! This could fix or at least play a role in fixing: |
It's quite possible these are related, but I think the relation is, at most, limited to how |
This PR fixes a small bug in the
consolidate_metadata
convenience function where, when using fsspec compatible store paths, theFSStore
was opened as read-only, causing the write of the consolidated metadata key to fail.Closes #915
cc @martindurant, @freeman-lab
TODO: