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 57d1668 commit 71b5beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public abstract class ArrowFlightClientHandler

public ArrowFlightClientHandler(ArrowFlightConfig config)
{
this.config = config;
this.config = requireNonNull(config, "config is null");
}

private ArrowFlightClient initializeClient(Optional<String> uri)
Expand Down

0 comments on commit 71b5beb

Please sign in to comment.