Skip to content

Commit

Permalink
Update spec/icechunk-spec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Abernathey <[email protected]>
  • Loading branch information
paraseba and rabernat authored Oct 15, 2024
1 parent d75da00 commit d49adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/icechunk-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Chunk references from multiple arrays can be stored in the same chunk manifest.
The chunks from a single array can also be spread across multiple manifests.

Manifest files are currently encoded using [MessagePack](https://msgpack.org/), but this may change before Icechunk version 1.0. Given the alpha status of this spec, the best way to understand the information stored
in the snapshot file, is through the datastructures the Icechunk library is using to serialize it. This datastructure will most certainly change before the spec stabilization:
in the snapshot file is through the data structure used internally by the Icechunk library. This data structure will most certainly change before the spec stabilization:

```rust
pub struct Manifest {
Expand Down

0 comments on commit d49adf8

Please sign in to comment.