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/AbstractArrowMetadata.java

Co-authored-by: Timothy Meehan <[email protected]>
  • Loading branch information
elbinpallimalilibm and tdcmeehan authored Dec 10, 2024
1 parent 62b9a4f commit fd67c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public abstract class AbstractArrowMetadata

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

Expand Down

0 comments on commit fd67c5a

Please sign in to comment.