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.
Functions§
- backward_
compatible - Returns a function to migrate arrow data encoded by
oldto be the same DataType as arrow data encoded bynew, ifnewis backward compatible withold. Exposed for testing.