stevelorddremio commented on code in PR #42035:
URL: https://github.com/apache/arrow/pull/42035#discussion_r1636805796
##########
java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/client/ArrowFlightSqlClientHandler.java:
##########
@@ -250,6 +273,31 @@ public interface PreparedStatement extends AutoCloseable {
void close();
}
+ /** A connection is created with catalog set as a session option. */
+ private void setSetCatalogInSessionIfPresent() {
Review Comment:
Agreed. This is rather explicit. I'll be looking to post an issue to cover
more generalized session options at some point. This is more a MVP
implementation for now.
--
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]