_last_checkpoint size field is incorrect #1468
Labels
binding/rust
Issues for the Rust crate
bug
Something isn't working
good first issue
Good for newcomers
The
size
field in the_last_checkpoint
file should be the number of actions that are stored in the checkpoint. The code is instead writing the size of the file (which could be written to the optional fieldsizeInBytes
).field definitions
https://github.com/delta-io/delta-rs/blob/0dda99bbb080d5cf8a6ecc350d0a789e7fa56549/rust/src/action/checkpoints.rs#LL122C43-L122C43
The text was updated successfully, but these errors were encountered: