Skip to content

Commit

Permalink
size_in_bytes change
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockbeard committed Jul 5, 2024
1 parent 9370151 commit 51868a8
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<i32>,
pub(crate) size_in_bytes: Option<i64>,
/// 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 51868a8

Please sign in to comment.