vlsi commented on a change in pull request #148:
URL: https://github.com/apache/calcite-avatica/pull/148#discussion_r660573958
##########
File path:
core/src/main/java/org/apache/calcite/avatica/BuiltInConnectionProperty.java
##########
@@ -86,7 +86,10 @@
KEY_PASSWORD("key_password", Type.STRING, "", false),
HOSTNAME_VERIFICATION("hostname_verification", Type.ENUM,
HostnameVerification.STRICT,
- HostnameVerification.class, false);
+ HostnameVerification.class, false),
+
+ /** The number of rows to fetch per call, default is 100 rows. */
+ FETCH_ROW_COUNT("fetch_row_count", Type.NUMBER,
AvaticaStatement.DEFAULT_FETCH_SIZE, false);
Review comment:
What do you think of `default_fetch_size`?
--
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]