Skip to content

Commit 4e421a8

Browse files
committed
fix
1 parent d139453 commit 4e421a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ydb/core/kqp/executer_actor/kqp_data_executer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ class TKqpDataExecuter : public TKqpExecuterBase<TKqpDataExecuter, EExecType::Da
115115
{
116116
Target = creator;
117117

118-
<<<<<<< HEAD
119-
YQL_ENSURE(!TxManager || tableServiceConfig.GetEnableOltpSink());
120-
=======
121-
>>>>>>> 3a99069cf36 (Fix sink flags (#19985))
122118
YQL_ENSURE(Request.IsolationLevel != NKikimrKqp::ISOLATION_LEVEL_UNDEFINED);
123119

124120
if (Request.AcquireLocksTxId || Request.LocksOp == ELocksOp::Commit || Request.LocksOp == ELocksOp::Rollback) {

0 commit comments

Comments
 (0)