Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Oct 25, 2024
1 parent 3914ca3 commit 00519b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ydb/core/tx/columnshard/engines/changes/compaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ void TCompactColumnEngineChanges::DoCompile(TFinalizationContext& context) {
void TCompactColumnEngineChanges::DoStart(NColumnShard::TColumnShard& self) {
TBase::DoStart(self);

Y_ABORT_UNLESS(PortionsToRemove.size() + PortionsToMove.size());
THashMap<TString, THashSet<TBlobRange>> blobRanges;
auto& index = self.GetIndexAs<TColumnEngineForLogs>().GetVersionedIndex();
for (const auto& p : SwitchedPortions) {
Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/engines/changes/with_appended.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ void TChangesWithAppend::DoOnAfterCompile() {
}

void TChangesWithAppend::DoStart(NColumnShard::TColumnShard& /*self*/) {
AFL_VERIFY(PortionsToRemove.size() + PortionsToMove.size());
}

} // namespace NKikimr::NOlap

0 comments on commit 00519b2

Please sign in to comment.