java/driver/flight-sql: implement current catalog/current schema via session option
Open
Type: enhancement
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### What feature or improvement would you like to see?
Follow-up from PR #4444 review.
Go's Flight SQL driver implements current catalog / current schema via session options:
https://github.com/apache/arrow-adbc/blob/60e010c06b85aeb0b84e8a0e0ffbb4fad0a38a9f/go/adbc/driver/flightsql/flightsql_connection.go#L149-L162
Java's FlightSqlConnection should do the same instead of leaving them unimplemented.
Contributor guide
Assessment
This issue has not been assessed yet.