Skip to content

Commit 2137a77

Browse files
committed
style
1 parent 4fafe08 commit 2137a77

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
@@ -753,11 +753,8 @@ void RegisterKqpWriteActor(NYql::NDq::TDqAsyncIoFactory& factory, TIntrusivePtr<
753753
factory.RegisterSink<NKikimrKqp::TKqpTableSinkSettings>(
754754
TString(NYql::KqpTableSinkName),
755755
[counters] (NKikimrKqp::TKqpTableSinkSettings&& settings, NYql::NDq::TDqAsyncIoFactory::TSinkArguments&& args) {
756-
// for inconsistent Tx & olap
757756
auto* actor = new TKqpDirectWriteActor(std::move(settings), std::move(args), counters);
758757
return std::make_pair<NYql::NDq::IDqComputeActorAsyncOutput*, NActors::IActor*>(actor, actor);
759-
// for oltp txs
760-
// retunr TKqpForwardWriteActor(...)
761758
});
762759
}
763760

0 commit comments

Comments
 (0)