Skip to content

Commit 7343fb2

Browse files
committed
fix
1 parent 8a5b353 commit 7343fb2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ydb/core/tx/datashard/execute_write_unit.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,8 @@ class TExecuteWriteUnit : public TExecutionUnit {
175175
const TSerializedCellMatrix& matrix = validatedOperation.GetMatrix();
176176
const auto operationType = validatedOperation.GetOperationType();
177177

178-
<<<<<<< HEAD
179-
auto fillOps = [&](ui32 rowIdx) {
180-
ops.clear();
181-
Y_ABORT_UNLESS(matrix.GetColCount() >= userTable.KeyColumnIds.size());
182-
ops.reserve(matrix.GetColCount() - userTable.KeyColumnIds.size());
183-
=======
184178
TSmallVec<TRawTypeValue> key;
185179
TSmallVec<NTable::TUpdateOp> ops;
186-
>>>>>>> 27683edc32f (Precharge in EvWrite (#17721))
187180

188181
// Main update cycle
189182

0 commit comments

Comments
 (0)