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;