Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Jun 24, 2024
1 parent 59176f3 commit ee32ef6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use risingwave_pb::hummock::{InputLevel, SstableInfo};

use crate::hummock::compaction::picker::CompactionInput;
use crate::hummock::level_handler::LevelHandler;

pub struct VnodeWatermarkCompactionPicker {}

impl VnodeWatermarkCompactionPicker {
Expand All @@ -32,7 +31,7 @@ impl VnodeWatermarkCompactionPicker {
}

/// The current implementation only picks trivial reclaim task for the bottommost level.
/// Must modify [`CompactStatus::is_trivial_reclaim`], if nontrivial reclaim is supported in the future.
/// Must modify [`crate::hummock::compaction::CompactStatus::is_trivial_reclaim`], if nontrivial reclaim is supported in the future.
pub fn pick_compaction(
&mut self,
levels: &Levels,
Expand Down

0 comments on commit ee32ef6

Please sign in to comment.