Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
jixxiong committed Aug 9, 2023
1 parent 57ea30a commit 776f1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/olap/delete_bitmap_calculator_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class DeleteBitmapCalculatorTest : public testing::Test {
seq_col_len = tablet_schema->column(tablet_schema->sequence_col_idx()).length();
}

ASSERT_TRUE(calculator.init(segments, nullptr, true, seq_col_len).ok());
ASSERT_TRUE(calculator.init(segments, nullptr, seq_col_len).ok());
DeleteBitmapPtr delete_bitmap = std::make_shared<DeleteBitmap>(0);
ASSERT_TRUE(calculator.process(delete_bitmap).ok());

Expand Down

0 comments on commit 776f1dc

Please sign in to comment.