-
Notifications
You must be signed in to change notification settings - Fork 17
Further tests and delete chunk data after resize #49
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # src/test/java/dev/zarr/zarrjava/TestUtils.java
normanrz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
| } | ||
|
|
||
| @Test | ||
| public void testUpdateAttributesBehavior() throws IOException, ZarrException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Zarr v2, should the .zattrs file be deleted if there are no attributes? Can you check what zarr-python does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zarr-python always creates and keeps the .zattrs for groups and arrays
# Conflicts: # src/main/java/dev/zarr/zarrjava/v3/Group.java
Array.resizethat can be disabled withresizeMetadataOnlyargument.