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ยง
- Array
Migration ๐ - Struct
Array ๐Migration
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