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


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionContext.java:
##########
@@ -108,6 +111,7 @@ public class ExecutionContext<RowT> implements DataContext {
      * @param params Parameters.
      * @param txAttributes Transaction attributes.
      * @param timeZoneId Session time-zone ID.
+     * @param inBufSize Default execution nodes' internal buffer size. 
Negative value means default value.

Review Comment:
   ```suggestion
        * @param inBufSize Default execution nodes internal buffer size. 
Negative value means default value.
   ```



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