Skip to content

Commit

Permalink
fix(meta): read correct id field (#18988) (#18990)
Browse files Browse the repository at this point in the history
Co-authored-by: zwang28 <[email protected]>
  • Loading branch information
github-actions[bot] and zwang28 authored Oct 18, 2024
1 parent b3daa2a commit d22500c
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 @@ -544,7 +544,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 d22500c

Please sign in to comment.