toddfarmer commented on code in PR #13433:
URL: https://github.com/apache/arrow/pull/13433#discussion_r906208628


##########
java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.java:
##########
@@ -101,6 +116,7 @@ public final class JdbcToArrowConfig {
    * @param reuseVectorSchemaRoot Whether to reuse the vector schema root for 
each data load.
    * @param arraySubTypesByColumnIndex The type of the JDBC array at the 
column index (1-based).
    * @param arraySubTypesByColumnName  The type of the JDBC array at the 
column name.
+   * @param targetBatchSize The target batch size to be used in preallcation 
of the resulting vectors.

Review Comment:
   Added this because it was missing, not related to other changes in this PR.



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