Skip to content

Commit

Permalink
Merge pull request #10587 from Lazin/fix/typeo-partition-manifest-branch
Browse files Browse the repository at this point in the history
cloud_storage: Fix typo in partition_manifest
  • Loading branch information
dotnwat authored May 5, 2023
2 parents c728ffd + b31f658 commit 43bbc24
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 43bbc24

Please sign in to comment.