sanpwc commented on code in PR #3852:
URL: https://github.com/apache/ignite-3/pull/3852#discussion_r1622014035


##########
modules/core/src/main/java/org/apache/ignite/internal/util/ByteUtils.java:
##########
@@ -74,6 +86,17 @@ public static byte[] longToBytes(long l) {
         return putLongToBytes(l, new byte[8], 0);
     }
 
+    /**

Review Comment:
   Well, I strongly suggest to add comparable counterparts to int. 



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to