Skip to content

Zstd codec checksum configuration not recognized by TensorStore for Zarr v2 #193

Closed
@mkitti

Description

@mkitti

TensorStore does not recognize the checksum property in Zarr v2. It only recognizes it for Zarr v3:

However, as of the implementation in #180, the checksum property is always written:

JSON.lower(z::ZstdCompressor) = Dict("id"=>"zstd", "level" => z.config.compressionLevel, "checksum" => z.config.checksum)

cc: @nhz2 , @bjarthur

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions