SammyVimes commented on a change in pull request #203:
URL: https://github.com/apache/ignite-3/pull/203#discussion_r668632154



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/util/ByteUtils.java
##########
@@ -88,7 +88,7 @@ public static long bytesToLong(byte[] bytes) {
      * @param limit Limit of bytes to write into output.
      * @return Number of bytes overwritten in {@code bytes} array.
      */
-    private static byte[] toBytes(long l, byte[] bytes, int off, int limit) {
+    public static byte[] toBytes(long l, byte[] bytes, int off, int limit) {

Review comment:
       Can't say, really. Maybe to read <8 bytes and treat this array as a 
long? 




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