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
fix(msgpack): correct map annotations and remove redundant defaults
Add missing #[msgpack(map)] to InstallSnapshotRequest, StrictSchema,
NativeResponse, and MoveTenantJournalEntry so zerompk 0.5 serialises
them as named-field maps rather than arrays, matching the wire format.
Remove #[msgpack(default)] from Optional fields in the physical plan
types (columnar, timeseries, kv, query, document ops). zerompk 0.5
treats absent map keys as default for Option<T> unconditionally, so
the attribute is now redundant and its presence caused compile warnings.
0 commit comments