You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The `ZarrsCodecPipeline` specific options are:
52
52
-`codec_pipeline.strict`: raise exceptions for unsupported operations instead of falling back to the default codec pipeline of `zarr-python`.
53
53
- Defaults to `False`.
54
54
55
-
The subchunk write order within a shard is derived from the`ShardingCodec`'s `subchunk_write_order` (`zarr-python` >= 3.2), not from a config option. `zarrs` writes `lexicographic` as row-major and falls back to unordered for `morton`/`colexicographic`/`unordered`, since it cannot reproduce those layouts (the data is identical, only the physical byte layout differs).
55
+
The subchunk write order within a shard is derived from each`ShardingCodec`'s `subchunk_write_order` (`zarr-python` >= 3.2.2). Nested shards are handled per level: the order is read from the sharding codec at each nesting depth. `zarrs`falls back to `unordered` for `morton`/`colexicographic` but can handle `lexicographic` and `unordered` explicitly.
0 commit comments