This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the chunking API to address some shortcomings and support shar…
…ding (#41) # Description The chunking parameters have been updated in the `StorageProperties` struct, allowing users to specify the number of actual planes per chunk, rather than setting the max bytes per chunk. Also, sharding properties have been added. ## Related issue(s) - See also: - acquire-project/acquire-driver-zarr#137 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation - [ ] Other (please describe): # How has this been tested? Added a unit test to check sharding property setter convenience function works as expected. Updated the chunking property setter function. # Checklist - [X] I have performed a self-review of my own code. - [X] I have commented my code, particularly in hard-to-understand areas. - [X] I have updated the documentation, if necessary. - [X] I added tests for my changes, and/or the testing strategy is described above. - [X] I updated the [changelog](../CHANGELOG.md).
- Loading branch information
Showing
4 changed files
with
112 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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 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 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 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