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 a118d02 commit d75da00
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 @@ -214,7 +214,7 @@ Tags cannot be deleted once created.
The snapshot file fully describes the schema of the repository, including all arrays and groups.

The snapshot file is 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 datastructure 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 for serialization. This data structure will most certainly change before the spec stabilization:

```rust
pub struct Snapshot {
Expand Down

0 comments on commit d75da00

Please sign in to comment.