aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrlolthe1st <mrlolthe1st@yandex-team.com>2023-09-19 17:59:21 +0300
committermrlolthe1st <mrlolthe1st@yandex-team.com>2023-09-19 18:15:19 +0300
commitac07955c16a54731f7e64ae893d2306a6e6b11c9 (patch)
treeba1358063dd5fff199570eb45e7a2970e97c6331
parentbefec05e336f383b229bcafff2bfa2452966cb16 (diff)
downloadydb-ac07955c16a54731f7e64ae893d2306a6e6b11c9.tar.gz
YQL-16079: Fix tests
YQL-16079: Fix tests
-rw-r--r--ydb/library/yql/providers/yt/gateway/native/yql_yt_native.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/providers/yt/gateway/native/yql_yt_native.cpp b/ydb/library/yql/providers/yt/gateway/native/yql_yt_native.cpp
index 0a5d389ccf..55aa616f4c 100644
--- a/ydb/library/yql/providers/yt/gateway/native/yql_yt_native.cpp
+++ b/ydb/library/yql/providers/yt/gateway/native/yql_yt_native.cpp
@@ -2504,7 +2504,7 @@ private:
YQL_ENSURE(tables[idx.first].InferSchemaRows() > 0);
requests.push_back({idx.second, tables[idx.first].Table(), tables[idx.first].InferSchemaRows()});
}
- return InferSchemaFromTablesContents(execCtx->Cluster_, execCtx->GetAuth(), tx->GetId(), requests);
+ return InferSchemaFromTablesContents(execCtx->YtServer_, execCtx->GetAuth(), tx->GetId(), requests);
#else
ythrow yexception() << "Unimplemented RPC reader on non-linux platforms";
#endif