File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/core/fq/libs/row_dispatcher/format_handler/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
3
#include < ydb/library/conclusion/generic/result.h>
4
- #include < ydb/library/conclusion/generic/ status.h>
4
+ #include < ydb/library/conclusion/status.h>
5
5
#include < ydb/library/yql/dq/actors/protos/dq_status_codes.pb.h>
6
6
7
7
namespace NFq ::NRowDispatcher {
8
8
9
9
using EStatusId = NYql::NDqProto::StatusIds;
10
10
using TStatusCode = EStatusId::StatusCode;
11
- using TStatus = NKikimr::TConclusionStatusIssueImpl <TStatusCode, EStatusId::SUCCESS, EStatusId::INTERNAL_ERROR>;
11
+ using TStatus = NKikimr::TYQLConclusionSpecialStatus <TStatusCode, EStatusId::SUCCESS, EStatusId::INTERNAL_ERROR>;
12
12
13
13
template <typename TValue>
14
14
using TValueStatus = NKikimr::TConclusionImpl<TStatus, TValue>;
You can’t perform that action at this time.
0 commit comments