Phillippko commented on code in PR #6377:
URL: https://github.com/apache/ignite-3/pull/6377#discussion_r2260444943


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/index/sorted/comparator/JitComparatorGenerator.java:
##########
@@ -400,7 +400,8 @@ private static MethodDefinition innerCompare(
             body.append(new IfStatement()
                     .condition(outerIsPrefix)
                     .ifTrue(new BytecodeBlock()
-                            // "outerSize" is reduced by 4. This variable is 
later used as an "end" of the last column.
+                            // Last for bytes of prefix tuple contain the 
number of its columns in Little Endian format.

Review Comment:
   for -> four))



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