Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Oct 8, 2024
1 parent 759cdb7 commit 9a88a18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ydb/core/tx/columnshard/engines/portions/constructor.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ class TPortionInfoConstructor {
return MetaConstructor;
}

TInsertWriteId GetInsertWriteIdVerified() const {
AFL_VERIFY(InsertWriteId);
return *InsertWriteId;
}

TPortionInfoConstructor(const TPortionInfo& portion, const bool withBlobs, const bool withMetadata)
: PathId(portion.GetPathId())
, PortionId(portion.GetPortionId())
Expand Down

0 comments on commit 9a88a18

Please sign in to comment.