Skip to content

Commit

Permalink
fix(meta): read correct id field (#18988)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Oct 18, 2024
1 parent d241a32 commit 20bd924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/hummock_sdk/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ impl HummockVersionDelta {

ssts_from_group_deltas
.chain(ssts_from_change_log)
.map(|sst| sst.object_id)
.map(|sst| sst.sst_id)
.collect()
}

Expand Down

0 comments on commit 20bd924

Please sign in to comment.