Skip to content

Commit 8047269

Browse files
committed
fix query_replay build
1 parent a40b1a0 commit 8047269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/tools/query_replay/query_compiler.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ class TReplayCompileActor: public TActorBootstrapped<TReplayCompileActor> {
290290

291291
Gateway = CreateKikimrIcGateway(Query->Cluster, NKikimrKqp::QUERY_TYPE_SQL_GENERIC_QUERY, Query->Database, std::move(loader),
292292
TlsActivationContext->ExecutorThread.ActorSystem, SelfId().NodeId(), counters);
293-
auto federatedQuerySetup = std::make_optional<TKqpFederatedQuerySetup>({NYql::IHTTPGateway::Make(), nullptr, nullptr, nullptr, {}, {}, {}, nullptr, nullptr});
293+
294+
auto federatedQuerySetup = std::make_optional<TKqpFederatedQuerySetup>({NYql::IHTTPGateway::Make(), nullptr, nullptr, nullptr, {}, {}, {}, nullptr, nullptr, {}});
294295
KqpHost = CreateKqpHost(Gateway, Query->Cluster, Query->Database, Config, ModuleResolverState->ModuleResolver,
295296
federatedQuerySetup, nullptr, GUCSettings, NKikimrConfig::TQueryServiceConfig(), Nothing(), FunctionRegistry, false);
296297

0 commit comments

Comments
 (0)