Skip to content

Commit 2b09989

Browse files
Yq 3560 Add row dispatcher to dqrun (ydb-platform#10271)
Co-authored-by: Fiodar Miron <fedor-miron@ydb.tech> Co-authored-by: Fiodar Miron <61616792+fedor-miron@users.noreply.github.com>
1 parent 972f73c commit 2b09989

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ydb/library/yql/tools/dqrun/dqrun.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,9 @@ void InitFq(const NFq::NConfig::TConfig& fqConfig, TVector<std::pair<TActorId, T
470470
NFq::TYqSharedResources::TPtr yqSharedResources = NFq::TYqSharedResources::Cast(iSharedResources);
471471
ISecuredServiceAccountCredentialsFactory::TPtr credentialsFactory;
472472

473-
NFq::NConfig::TCommonConfig commonConfig;
474473
auto rowDispatcher = NFq::NewRowDispatcherService(
475474
fqConfig.GetRowDispatcher(),
476-
commonConfig,
475+
fqConfig.GetRowDispatcher(),
477476
NKikimr::CreateYdbCredentialsProviderFactory,
478477
yqSharedResources,
479478
credentialsFactory,

ydb/library/yql/tools/dqrun/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ ENDIF()
9494
ydb/core/fq/libs/actors
9595
ydb/core/fq/libs/db_id_async_resolver_impl
9696
ydb/core/fq/libs/init
97-
ydb/core/external_sources
98-
9997
ydb/library/yql/udfs/common/clickhouse/client
10098
)
10199

0 commit comments

Comments
 (0)