From 9a88a18ccc5312faff298d10bcf0f5b39be53eee Mon Sep 17 00:00:00 2001 From: ivanmorozov333 Date: Tue, 8 Oct 2024 16:10:09 +0300 Subject: [PATCH] fix build --- ydb/core/tx/columnshard/engines/portions/constructor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ydb/core/tx/columnshard/engines/portions/constructor.h b/ydb/core/tx/columnshard/engines/portions/constructor.h index d3807c6ea79d..4fc28abf9abe 100644 --- a/ydb/core/tx/columnshard/engines/portions/constructor.h +++ b/ydb/core/tx/columnshard/engines/portions/constructor.h @@ -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())