Skip to content

Commit 7894206

Browse files
committed
Moved stream lookup join enable under external sources FF
1 parent a42b04d commit 7894206

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
@@ -1962,6 +1962,7 @@ class TKqpHost : public IKqpHost {
19621962
if (FederatedQuerySetup->PqGateway) {
19631963
InitPqProvider();
19641964
}
1965+
TypesCtx->StreamLookupJoin = true;
19651966
}
19661967

19671968
InitPgProvider();
@@ -2005,7 +2006,6 @@ class TKqpHost : public IKqpHost {
20052006
auto configProvider = CreateConfigProvider(*TypesCtx, gatewaysConfig, {}, allowSettings);
20062007
TypesCtx->AddDataSource(ConfigProviderName, configProvider);
20072008
TypesCtx->MatchRecognize = QueryServiceConfig.GetEnableMatchRecognize();
2008-
TypesCtx->StreamLookupJoin = true;
20092009

20102010
YQL_ENSURE(TypesCtx->Initialize(*ExprCtx));
20112011

0 commit comments

Comments
 (0)