From 8358e3f696ad91e3564469518951dec5a68d8ba8 Mon Sep 17 00:00:00 2001 From: Grigoriy Pisarenko Date: Tue, 10 Dec 2024 11:07:29 +0000 Subject: [PATCH] Fixed build 1 --- .../fq/libs/row_dispatcher/format_handler/common/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/core/fq/libs/row_dispatcher/format_handler/common/common.h b/ydb/core/fq/libs/row_dispatcher/format_handler/common/common.h index eef669f5bfaa..10c5701b5d4e 100644 --- a/ydb/core/fq/libs/row_dispatcher/format_handler/common/common.h +++ b/ydb/core/fq/libs/row_dispatcher/format_handler/common/common.h @@ -1,14 +1,14 @@ #pragma once #include -#include +#include #include namespace NFq::NRowDispatcher { using EStatusId = NYql::NDqProto::StatusIds; using TStatusCode = EStatusId::StatusCode; -using TStatus = NKikimr::TConclusionStatusIssueImpl; +using TStatus = NKikimr::TYQLConclusionSpecialStatus; template using TValueStatus = NKikimr::TConclusionImpl;