We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5b353 commit 7343fb2Copy full SHA for 7343fb2
ydb/core/tx/datashard/execute_write_unit.cpp
@@ -175,15 +175,8 @@ class TExecuteWriteUnit : public TExecutionUnit {
175
const TSerializedCellMatrix& matrix = validatedOperation.GetMatrix();
176
const auto operationType = validatedOperation.GetOperationType();
177
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
-=======
184
TSmallVec<TRawTypeValue> key;
185
TSmallVec<NTable::TUpdateOp> ops;
186
->>>>>>> 27683edc32f (Precharge in EvWrite (#17721))
187
188
// Main update cycle
189
0 commit comments