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
docs: fix value tag 7 description and serde_columnar format
1. Value tag 7 (ContainerType): clarify it's a container reference
(index into ContainerArena), not a "type marker". The actual
container type is stored in the ContainerArena entry.
Source: value.rs:357,422 shows ContainerIdx(usize) encoding.
2. serde_columnar outer format: add missing column-count prefix and
fix "LEB128" to "postcard varint". Without the count, decoders
would misread the first varint and get out of sync.
0 commit comments