Skip to content

Commit

Permalink
[fix](sc) remove duplicated modify rowsets (#40740)
Browse files Browse the repository at this point in the history
introducde by 39967
  • Loading branch information
dataroaring authored Sep 12, 2024
1 parent 172bf4e commit ba201fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/olap/schema_change.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,6 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2&
pair.first.to_string(), max_rowset->end_version());
}
}
std::vector<RowsetSharedPtr> empty_vec;
new_tablet->modify_rowsets(empty_vec, rowsets_to_delete);
new_tablet->delete_rowsets(rowsets_to_delete, false);
// inherit cumulative_layer_point from base_tablet
// check if new_tablet.ce_point > base_tablet.ce_point?
Expand Down

0 comments on commit ba201fd

Please sign in to comment.