Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: wyb <[email protected]>
  • Loading branch information
wyb committed Jul 22, 2024
1 parent 28eff3e commit bdeadaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/test/storage/lake/compaction_task_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class LakeCompactionTest : public TestBase, testing::WithParamInterface<Compacti
bool _enable_size_tiered_compaction_strategy = config::enable_size_tiered_compaction_strategy;
int64_t _vertical_compaction_max_columns_per_group = config::vertical_compaction_max_columns_per_group;
int64_t _min_cumulative_compaction_num_singleton_deltas = config::min_cumulative_compaction_num_singleton_deltas;

};

class LakeDuplicateKeyCompactionTest : public LakeCompactionTest {
Expand Down

0 comments on commit bdeadaf

Please sign in to comment.