avantgardnerio commented on code in PR #13900: URL: https://github.com/apache/arrow/pull/13900#discussion_r947178371
########## java/flight/flight-jdbc-driver/src/main/java/org/apache/arrow/driver/jdbc/client/ArrowFlightSqlClientHandler.java: ########## @@ -332,23 +348,31 @@ public FlightInfo getCrossReference(String pkCatalog, String pkSchema, String pk getOptions()); } + /** + * Config options shared by both the {@link ArrowFlightSqlClientHandler.Builder} + * and the {@link ConnectionFactory}. + */ + static class Config { Review Comment: Move the builder config into this data class, so it can be re-used later from the factory without breaking the builder API. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org