rpuch commented on code in PR #1126:
URL: https://github.com/apache/ignite-3/pull/1126#discussion_r982219295
##########
modules/schema/src/test/java/org/apache/ignite/internal/schema/BinaryTuplePrefixTest.java:
##########
@@ -71,6 +70,25 @@ public void testPrefix() {
assertThat(prefix.doubleValueBoxed(4), is(nullValue()));
}
+ /**
+ * Tests a corner case when a new internal buffer needs to be allocated to
add the count value.
Review Comment:
How about renaming the method? It looks like it's about 'a reallocation is
needed' case and not just 'small prefix' case
--
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]