unikdahal opened a new issue, #4573: URL: https://github.com/apache/arrow-adbc/issues/4573
Follow-up from #4444 review (comment by lidavidm). The Go Flight SQL driver implements `SetOption`/current-catalog / current-schema by round-tripping through the session options API rather than being a local no-op: https://github.com/apache/arrow-adbc/blob/60e010c06b85aeb0b84e8a0e0ffbb4fad0a38a9f/go/adbc/driver/flightsql/flightsql_connection.go#L149-L162 The Java driver's `FlightSqlConnection` should do the same: back `adbc.connection.catalog` / `adbc.connection.db_schema` (current catalog / current schema) with the server-side session, matching Go's behavior, instead of leaving them unimplemented/local-only. -- 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]
