tkalkirill commented on code in PR #1428:
URL: https://github.com/apache/ignite-3/pull/1428#discussion_r1109446698
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/MvPartitionStorage.java:
##########
@@ -145,7 +145,7 @@ public interface MvPartitionStorage extends
ManuallyCloseable {
* - if there is an uncommitted version belonging to a different
transaction, {@link TxIdMismatchException} is thrown
*
* @param rowId Row id.
- * @param row Table row to update. Key only row means value removal.
+ * @param row Table row to update. {@code null} means value removal.
Review Comment:
Nice!
--
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]