Skip to content

Commit

Permalink
sizeInBytes change in _last_checkpoint_
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockbeard committed Jul 5, 2024
1 parent 572b8cd commit 83e7e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/kernel/snapshot/log_segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ struct CheckpointMetadata {
/// The number of fragments if the last checkpoint was written in multiple parts.
pub(crate) parts: Option<i32>,
/// The number of bytes of the checkpoint.
pub(crate) size_in_bytes: Option<i64>,
pub(crate) size_in_bytes: Option<i32>,
/// The number of AddFile actions in the checkpoint.
pub(crate) num_of_add_files: Option<i32>,
/// The schema of the checkpoint file.
Expand Down

0 comments on commit 83e7e6e

Please sign in to comment.