korlov42 commented on code in PR #5324:
URL: https://github.com/apache/ignite-3/pull/5324#discussion_r1979579264


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionContext.java:
##########
@@ -223,6 +231,11 @@ public ClusterNode localNode() {
         return localNode;
     }
 
+    /** Default internal buffer size. */
+    public int defaultBufferSize() {

Review Comment:
   the prefix `default-` implies there is also a non-default one in the 
context. I would suggest to rename it to simply `bufferSize` or `inBufferSize`



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