-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-34532: [Java] Change JDBC to handle multi-endpoints
- Create new clients to connect to new locations in endpoints. - If no location is reported using the current connection. - Rework ArrowFlightSqlHandler.Builder to avoid changing its state during build() so that it can be re-used. - Add a copy constructor to ArrowFlightSqlHandler.Builder to make it easy to replicate connection settings when connecting to different locations. - Add unit test infrastructure for building a distributed FlightSql server
- Loading branch information
Showing
8 changed files
with
439 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.