Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Sep 20, 2024
1 parent bb70312 commit 9ac370b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/storage/hummock_sdk/src/frontend_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ impl FrontendHummockVersion {
id: self.id.0,
levels: Default::default(),
max_committed_epoch: self.max_committed_epoch,
safe_epoch: 0,
table_watermarks: Default::default(),
table_change_logs: self
.table_change_log
Expand Down Expand Up @@ -185,7 +184,6 @@ impl FrontendHummockVersionDelta {
prev_id: self.prev_id.to_u64(),
group_deltas: Default::default(),
max_committed_epoch: self.max_committed_epoch,
safe_epoch: 0,
trivial_move: false,
new_table_watermarks: Default::default(),
removed_table_ids: self
Expand Down

0 comments on commit 9ac370b

Please sign in to comment.