tledkov-gridgain commented on code in PR #728:
URL: https://github.com/apache/ignite-3/pull/728#discussion_r850398455


##########
modules/schema/src/main/java/org/apache/ignite/internal/schema/row/Row.java:
##########
@@ -894,8 +897,21 @@ private byte[] readBytes(ByteBuffer chunk, int off, int 
len) {
         }
     }
 
+    /** {@inheritDoc} */
     @Override
     public byte[] bytes() {
         return row.bytes();
     }
+
+    /** {@inheritDoc} */
+    @Override
+    public int colocationHash() {
+        HashCalculator hashCalc = new HashCalculator();

Review Comment:
   Fixed



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