Skip to content

Commit a045f0b

Browse files
committed
Moved stream lookup join enable under external sources FF
1 parent d189371 commit a045f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/host/kqp_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,7 @@ class TKqpHost : public IKqpHost {
19641964
if (FederatedQuerySetup->PqGateway) {
19651965
InitPqProvider();
19661966
}
1967+
TypesCtx->StreamLookupJoin = true;
19671968
}
19681969

19691970
InitPgProvider();
@@ -2007,7 +2008,6 @@ class TKqpHost : public IKqpHost {
20072008
auto configProvider = CreateConfigProvider(*TypesCtx, gatewaysConfig, {}, allowSettings);
20082009
TypesCtx->AddDataSource(ConfigProviderName, configProvider);
20092010
TypesCtx->MatchRecognize = QueryServiceConfig.GetEnableMatchRecognize();
2010-
TypesCtx->StreamLookupJoin = true;
20112011

20122012
YQL_ENSURE(TypesCtx->Initialize(*ExprCtx));
20132013

0 commit comments

Comments
 (0)