Skip to content

Commit cd288e4

Browse files
committed
style
1 parent adfe808 commit cd288e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/core/kqp/runtime/kqp_write_actor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,11 +751,8 @@ void RegisterKqpWriteActor(NYql::NDq::TDqAsyncIoFactory& factory, TIntrusivePtr<
751751
factory.RegisterSink<NKikimrKqp::TKqpTableSinkSettings>(
752752
TString(NYql::KqpTableSinkName),
753753
[counters] (NKikimrKqp::TKqpTableSinkSettings&& settings, NYql::NDq::TDqAsyncIoFactory::TSinkArguments&& args) {
754-
// for inconsistent Tx & olap
755754
auto* actor = new TKqpDirectWriteActor(std::move(settings), std::move(args), counters);
756755
return std::make_pair<NYql::NDq::IDqComputeActorAsyncOutput*, NActors::IActor*>(actor, actor);
757-
// for oltp txs
758-
// retunr TKqpForwardWriteActor(...)
759756
});
760757
}
761758

0 commit comments

Comments
 (0)