zacMode opened a new pull request #148: URL: https://github.com/apache/calcite-avatica/pull/148
This resurrects https://github.com/apache/calcite-avatica/pull/49, updating @kminder 's existing work per guidance from [CALCITE-2322](https://issues.apache.org/jira/browse/CALCITE-2322?focusedCommentId=17370941&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17370941). The purpose of this change is to add support for configurable "fetch size"/ "fetch row count". Currently, setting [fetchSize](https://docs.oracle.com/javase/8/docs/api/java/sql/Statement.html#setFetchSize-int-) has no effect, because avatica always uses a hardcoded default value. This PR resolves that issue. -- 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]
