Skip to content

Commit

Permalink
ask accessors for mark to remove portions too (#12699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Dec 18, 2024
1 parent 2940f2f commit 3d7fe12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/engines/changes/cleanup_portions.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class TCleanupPortionsColumnEngineChanges: public TColumnEngineChanges,

void AddPortionToRemove(const TPortionInfo::TConstPtr& portion) {
PortionsToRemove.emplace_back(portion);
PortionsToAccess->AddPortion(portion);
}

virtual ui32 GetWritePortionsCount() const override {
Expand Down

0 comments on commit 3d7fe12

Please sign in to comment.