Skip to content

Commit

Permalink
cloud_storage: Fix typo in partition_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazin committed May 5, 2023
1 parent 50d462b commit b31f658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cloud_storage/partition_manifest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ struct partition_manifest_handler
_delta_offset_end = model::offset_delta(u);
} else if ("sname_format" == _segment_meta_key) {
_meta_sname_format = segment_name_format(u);
} else if ("metadata_size_hint") {
} else if ("metadata_size_hint" == _segment_meta_key) {
_metadata_size_hint = static_cast<size_t>(u);
}
if (_state == state::expect_segment_meta_value) {
Expand Down

0 comments on commit b31f658

Please sign in to comment.