Expand description
Persist schema evolution.
Structs§
- Migration
- See backward_compatible.
- Schema
Id - An ordered identifier for a pair of key and val schemas registered to a shard.
Enums§
Functions§
- backward_
compatible - Returns a function to migrate arrow data encoded by
old
to be the same DataType as arrow data encoded bynew
, ifnew
is backward compatible withold
. Exposed for testing. - backward_
compatible_ 🔒struct - backward_
compatible_ 🔒typ