Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhannngchen committed Aug 21, 2024
1 parent 9091f6e commit ff17830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion be/src/olap/rowset/beta_rowset_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ Status BetaRowsetWriter::_close_file_writers() {
rowsetids.insert(rowset_id());
auto tablet = static_cast<Tablet*>(_context.tablet.get());
tablet->add_sentinel_mark_to_delete_bitmap(converted_delete_bitmap.get(),
rowsetids);
rowsetids);
context().mow_context->delete_bitmap->remove({rowset_id(), 0, 0},
{rowset_id(), UINT32_MAX, INT64_MAX});
context().mow_context->delete_bitmap->merge(*converted_delete_bitmap);
Expand Down
2 changes: 1 addition & 1 deletion be/test/olap/segcompaction_mow_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class SegCompactionMoWTest : public ::testing::TestWithParam<std::string> {
rowset_writer_context->tablet_schema_hash = 1111;
rowset_writer_context->partition_id = 10;
rowset_writer_context->rowset_type = BETA_ROWSET;
rowset_writer_context->tablet_path = lTestDir;
rowset_writer_context->rowset_dir = lTestDir;
rowset_writer_context->rowset_state = VISIBLE;
rowset_writer_context->tablet_schema = tablet_schema;
rowset_writer_context->version.first = 10;
Expand Down

0 comments on commit ff17830

Please sign in to comment.