Skip to content

Support index_codecs in zarr sharding #7241

@normanrz

Description

@normanrz

The Zarr sharding specification was recently changed to introduce index_codecs. This is the PR with the changes to the spec: zarr-developers/zarr-specs#253 Briefly, the index is now treated as a regular array that needs to be passed through a configurable codec pipeline. The crc32c checksum is turned into a bytes->bytes codec. A limitation is that only fixed-size codecs (ie. no compression) may be used for the index to ensure that the size/offset can be determined beforehand.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions