vldpyatkov commented on code in PR #5792:
URL: https://github.com/apache/ignite-3/pull/5792#discussion_r2081375915


##########
modules/schema/src/test/java/org/apache/ignite/internal/schema/BinaryTupleComparatorTest.java:
##########
@@ -348,8 +352,16 @@ public void partialComparatorAsciiTest() {
         assertTrue(partialBinaryTupleMatcher.match(tuple3, tupleReference) > 
0);
         assertEquals(0, 
partialBinaryTupleMatcher.match(tuple1.limit(8).slice().order(ByteOrder.LITTLE_ENDIAN),
 tupleReference));
         
assertTrue(partialBinaryTupleMatcher.match(tuple2.limit(8).slice().order(ByteOrder.LITTLE_ENDIAN),
 tupleReference) > 0);
+        assertTrue(partialBinaryTupleMatcher.match(
+                tuple2.limit(8).slice().order(ByteOrder.LITTLE_ENDIAN),

Review Comment:
   From my mind.
   It is an imitation of truncated value in B-tree entry inline.



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