ibessonov commented on code in PR #787:
URL: https://github.com/apache/ignite-3/pull/787#discussion_r853131599
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/MvPartitionStorage.java:
##########
@@ -48,31 +47,30 @@ public interface MvPartitionStorage {
* @throws TxIdMismatchException If there's another pending update
associated with different transaction id.
* @throws StorageException If failed to write data to the storage.
*/
- void addWrite(BinaryRow row, UUID txId) throws TxIdMismatchException,
StorageException;
+ void addWrite(IgniteRowId rowId, @Nullable BinaryRow row, UUID txId)
throws TxIdMismatchException, StorageException;
Review Comment:
It's a full row, key+value
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]