AMashenkov commented on code in PR #912:
URL: https://github.com/apache/ignite-3/pull/912#discussion_r912773909


##########
modules/client-common/src/main/java/org/apache/ignite/internal/client/proto/ClientMsgPackType.java:
##########
@@ -45,6 +47,36 @@ public class ClientMsgPackType {
     /** Bit mask. */
     public static final byte BITMASK = 8;
 
+    /** Duration. */
+    public static final byte DURATION = 9;
+
+    /** Period. */
+    public static final byte PERIOD = 10;
+
     /** Absent value for a column. */
-    public static final byte NO_VALUE = 10;
+    public static final byte NO_VALUE = 100;
+
+    /** Variable type size. */
+    private static final int UNK_SIZE = -1;

Review Comment:
   `UNKNOWN_SIZE` or `UNKNOWN` or `UNDEFINED`



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