Skip to content

Commit

Permalink
Merge branch 'release-1.8' into auto-release-1.8-9d74e10916714dfc0975…
Browse files Browse the repository at this point in the history
…843843d172da84472944
  • Loading branch information
yezizp2012 authored Apr 2, 2024
2 parents 9ab55fe + 52da04d commit 60e0672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn version_to_sstable_rows(version: HummockVersion) -> Vec<RwHummockSstable> {
object_id: sst.object_id as _,
compaction_group_id: cg.group_id as _,
level_id: level.level_idx as _,
sub_level_id: (level.level_idx > 0).then_some(level.sub_level_id as _),
sub_level_id: (level.level_idx == 0).then_some(level.sub_level_id as _),
level_type: level.level_type as _,
key_range_left: key_range.left,
key_range_right: key_range.right,
Expand Down

0 comments on commit 60e0672

Please sign in to comment.