Skip to content

Commit

Permalink
Fix auth TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Gardner committed Aug 17, 2022
1 parent 1cea623 commit 5e4c385
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,6 @@ public FlightSqlClient createConnection(URI uri) throws SQLException {
if (uri == null) {
String scheme = config.useEncryption ? GRPC_TLS : GRPC_INSECURE;
uri = new URI(String.format("%s://%s:%d", scheme, config.host, config.port));
} else {
// TODO: use same auth for both executors and scheduler
username = null;
password = null;
}

// Create a new connection and add it to the map
Expand Down

0 comments on commit 5e4c385

Please sign in to comment.