alex-plekhanov commented on code in PR #12042: URL: https://github.com/apache/ignite/pull/12042#discussion_r2068627664
########## modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/AbstractExecutionTest.java: ########## @@ -85,6 +85,9 @@ public class AbstractExecutionTest extends GridCommonAbstractTest { /** Params string. */ protected static final String PARAMS_STRING = "Task executor = {0}, Execution strategy = {1}"; + /** */ + protected static final int IN_BUFFER_SIZE = AbstractNode.IN_BUFFER_SIZE; Review Comment: But it's a minor fix in test. Moreover it's simplifies the tests and also simplifies the test in current ticket. -- 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