tkalkirill commented on code in PR #2408:
URL: https://github.com/apache/ignite-3/pull/2408#discussion_r1284363181
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/command/UpdateCommand.java:
##########
@@ -33,5 +34,13 @@ public interface UpdateCommand extends PartitionCommand {
UUID rowUuid();
@Nullable
- ByteBuffer rowBuffer();
+ BinaryRowMessage rowMessage();
+
+ /** Returns the row to update. */
Review Comment:
Add when it can be `null`.
--
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]