Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxin01 committed Oct 24, 2023
1 parent 69482db commit fca5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Status RowsetBuilder::init_mow_context(std::shared_ptr<MowContext>& mow_context)
}
_rowset_ids.clear();
} else {
RETURN_IF_ERROR(_tablet->all_rs_id(_cur_max_version, &_rowset_ids));
RETURN_IF_ERROR(_tablet->all_rs_id(cur_max_version, &_rowset_ids));
}
_delete_bitmap = std::make_shared<DeleteBitmap>(tablet->tablet_id());
mow_context =
Expand Down

0 comments on commit fca5b0e

Please sign in to comment.