Uh oh!
There was an error while loading. Please reload this page.
fix file modes - #2000
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jhamman
commented
Jul 1, 2024
Thanks @brokkoli71 for picking this up. What is the expected behavior of |
brokkoli71
commented
Jul 2, 2024
good point, according to the docstrings: |
d-v-b
commented
Jul 2, 2024
I agree that a method for clearing a store is a good idea. Just bear in mind that this can be a performance bottleneck when deleting arrays with a lot of chunks, especially on remote storage. We should think about performance at some point. |
brokkoli71
commented
Jul 3, 2024
I was wondering, if supporting |
d-v-b
commented
Jul 3, 2024
There's a lot of usage for Don't worry too much about the performance concerns with bulk deletion for now. We should make the API convenient, then worry about performance later. I only brought delete performance up because it's something that zarr python v2 didn't deal with, which caused me some headaches. |
# Conflicts: # src/zarr/store/remote.py
This reverts commit 5f876d2.
Uh oh!
There was an error while loading. Please reload this page.
# Conflicts: # tests/v3/conftest.py # tests/v3/test_codecs.py
jhamman
left a comment
There was a problem hiding this comment.
this is looking great! Just a few final comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jhamman
left a comment
There was a problem hiding this comment.
One last comment and a suggestion on ensure_open that you can take or leave. Thanks again for pushing on this.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
jhamman
commented
Jul 25, 2024
@brokkoli71 - happy to merge this if you can resolve the conflicts. |
# Conflicts: # src/zarr/store/remote.py
joshmoore
commented
Jul 26, 2024
Sadly still conflicting, @brokkoli71 |
# Conflicts: # src/zarr/store/core.py # tests/v3/test_store/test_memory.py
fixes#1978
according to docstrings of
zarr.openthe modes should do:this PR implements and tests this behavior, so #1978 gets fixed