diff --git a/crates/core/src/kernel/snapshot/log_segment.rs b/crates/core/src/kernel/snapshot/log_segment.rs index cfdbf2cb8a..7f12329fad 100644 --- a/crates/core/src/kernel/snapshot/log_segment.rs +++ b/crates/core/src/kernel/snapshot/log_segment.rs @@ -377,7 +377,7 @@ struct CheckpointMetadata { /// The number of fragments if the last checkpoint was written in multiple parts. pub(crate) parts: Option, /// The number of bytes of the checkpoint. - pub(crate) size_in_bytes: Option, + pub(crate) size_in_bytes: Option, /// The number of AddFile actions in the checkpoint. pub(crate) num_of_add_files: Option, /// The schema of the checkpoint file.