Skip to content

Commit

Permalink
Update src/mito2/src/manifest/action.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
DevilExileSu and evenyag authored Sep 12, 2023
1 parent af959e0 commit 289b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/manifest/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct RegionRemove {
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
pub struct RegionTruncate {
pub region_id: RegionId,
pub flushed_entry_id: EntryId,
pub truncated_entry_id: EntryId,
}

/// The region manifest data.
Expand Down

0 comments on commit 289b68a

Please sign in to comment.