Skip to content

Commit

Permalink
Update presto-base-arrow-flight/src/main/java/com/facebook/plugin/arr…
Browse files Browse the repository at this point in the history
…ow/ArrowFlightClientHandler.java

Co-authored-by: Timothy Meehan <tim@timdmeehan.com>
  • Loading branch information
elbinpallimalilibm and tdcmeehan authored Dec 10, 2024
1 parent 71b5beb commit 9c9feb3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public FlightInfo getFlightInfo(FlightDescriptor flightDescriptor, ConnectorSess
{
try (ArrowFlightClient client = getClient(Optional.empty())) {
CredentialCallOption auth = this.getCallOptions(connectorSession);
logger.debug("Fetching flight info");
FlightInfo flightInfo = client.getFlightClient().getInfo(flightDescriptor, auth);
return flightInfo;
}
Expand Down

0 comments on commit 9c9feb3

Please sign in to comment.