sergey-chugunov-1985 commented on code in PR #1235:
URL: https://github.com/apache/ignite-3/pull/1235#discussion_r1006681780


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableMessageGroup.java:
##########
@@ -125,4 +125,23 @@ public interface TableMessageGroup {
      * Message type for {@link SnapshotTxDataResponse}.
      */
     short SNAPSHOT_TX_DATA_RESPONSE = 16;
+
+    /**
+     *
+     */
+    public interface Commands {
+        short PARTITION = 40;
+
+        short FINISH_TX = 41;
+
+        short TX_CLEANUP = 42;
+
+        short UPDATE_ALL = 43;
+
+        short UPDATE = 44;
+
+        short HYBRID_TIMESTAMP = 60;
+
+        short ROW_ID = 61;

Review Comment:
   Done - I managed to remove RowIdMessage entirely.



-- 
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]

Reply via email to