Skip to content

Commit

Permalink
suppress warning from addNamedParameter()
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Dec 3, 2023
1 parent cce4ccf commit 973482d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public TableResult run(JobOption... options) throws JobException, InterruptedExc
}

/** Returns the {@link QueryJobConfiguration} that can be sent to BigQuery. */
@SuppressWarnings("CheckReturnValue") // addNamedParameter should use @CanIgnoreReturnValue
public QueryJobConfiguration jobConfiguration() {
return BiStream.from(parameters)
.collect(
Expand Down

0 comments on commit 973482d

Please sign in to comment.