Skip to content

Commit f3ee6b0

Browse files
committed
edit
1 parent c7b355a commit f3ee6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

be/src/olap/compaction.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ Status CloudCompactionMixin::update_delete_bitmap() {
927927
<< ", rowsets: " << _input_rowsets.size() << ", cost: " << watch.get_elapse_time_us()
928928
<< "(us)";
929929
return Status::OK();
930+
}
930931

931932
void Compaction::agg_and_remove_old_version_delete_bitmap(
932933
std::vector<RowsetSharedPtr>& pre_rowsets,

0 commit comments

Comments
 (0)