zabetak commented on a change in pull request #148:
URL: https://github.com/apache/calcite-avatica/pull/148#discussion_r674618961



##########
File path: core/src/main/java/org/apache/calcite/avatica/MetaImpl.java
##########
@@ -1543,13 +1543,21 @@ private FetchIterable(AvaticaStatement stmt, QueryState 
state, Frame firstFrame)
   private class FetchIterator implements Iterator<Object> {
     private final AvaticaStatement stmt;
     private final QueryState state;
+    private final int fetchRowCount;

Review comment:
       Should this be `fetchSizeRows` as per the property or there is a reason 
that the naming is different?




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


Reply via email to