delta-rs icon indicating copy to clipboard operation
delta-rs copied to clipboard

Future proof delta log schema used for checkpoints

Open xianwill opened this issue 4 years ago • 0 comments

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.

xianwill avatar Jun 10 '21 21:06 xianwill