Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhan1 committed Dec 20, 2024
1 parent 33c6f32 commit 262958e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/test/olap/ordered_data_compaction_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class OrderedDataCompactionTest : public ::testing::Test {
ExecEnv::GetInstance()->set_storage_engine(std::move(engine));
config::enable_ordered_data_compaction = true;
config::ordered_data_compaction_min_segment_size = 10;
config::enable_segments_key_bounds_truncation = false;
}
void TearDown() override {
EXPECT_TRUE(io::global_local_filesystem()->delete_directory(absolute_dir).ok());
Expand Down

0 comments on commit 262958e

Please sign in to comment.