Vladsz83 commented on code in PR #12069:
URL: https://github.com/apache/ignite/pull/12069#discussion_r2095579630


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/ExecutionTest.java:
##########
@@ -545,10 +545,8 @@ public void testMergeJoin() throws IgniteCheckedException {
         IgniteTypeFactory tf = ctx.getTypeFactory();
         RelDataType rowType = TypeUtils.createRowType(tf, int.class, 
String.class, int.class);
 
-        int inBufSize = U.field(AbstractNode.class, "IN_BUFFER_SIZE");
-
-        int[] sizes = {1, max(inBufSize / 3, 1), max(inBufSize / 2, 1), 
max(inBufSize - 1, 1), inBufSize,
-            inBufSize + 1, 2 * inBufSize - 1, 2 * inBufSize, 2 * inBufSize + 
1};
+        int[] sizes = {1, max(IN_BUFFER_SIZE / 3, 1), max(IN_BUFFER_SIZE / 2, 
1), max(IN_BUFFER_SIZE - 1, 1),

Review Comment:
   Suggestion: also some small size like 10.



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