You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/06 09:58:12 UTC

[GitHub] [ignite-3] korlov42 commented on a change in pull request #478: WIP

korlov42 commented on a change in pull request #478:
URL: https://github.com/apache/ignite-3/pull/478#discussion_r762855804



##########
File path: modules/schema/src/main/java/org/apache/ignite/internal/schema/row/RowAssembler.java
##########
@@ -799,8 +729,11 @@ private void flush() {
             }
         }
 
+        long[] parts = MurmurHash3.hash128x64(buf.unwrap().array(), KEY_CHUNK_OFFSET, keyChunkLength, 0);

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

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