delta-rs
delta-rs copied to clipboard
Future proof delta log schema used for checkpoints
Description
https://github.com/delta-io/delta-rs/pull/280 adds support for writing delta log checkpoints. We should add a clever test that serializes examples of all possible actions and does a full depth comparison to make sure the checkpoint schema doesn't break in case we add new action fields in the future.