Skip to content

Commit 1941524

Browse files
authored
Remove excess RegisterDqPqReadActorFactory call in mrrun (#9786)
1 parent b9e1b38 commit 1941524

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/yql/tools/mrrun/mrrun.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ NDq::IDqAsyncIoFactory::TPtr CreateAsyncIoFactory(const NYdb::TDriver& driver, I
243243
std::make_shared<TPqGatewayConfig>(),
244244
nullptr
245245
);
246-
RegisterDqPqReadActorFactory(*factory, driver, nullptr, CreatePqNativeGateway(pqServices));
247246
RegisterDqPqReadActorFactory(*factory, driver, nullptr, CreatePqNativeGateway(std::move(pqServices)));
248247
RegisterYdbReadActorFactory(*factory, driver, nullptr);
249248
RegisterClickHouseReadActorFactory(*factory, nullptr, httpGateway);

0 commit comments

Comments
 (0)