Skip to content

Commit

Permalink
fix: Add back the accidentally removed background executor provider (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored Jan 10, 2023
1 parent 0854a5b commit b886e9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ private BigQueryWriteClient getBigQueryWriteClient(Builder builder) throws IOExc
BigQueryWriteSettings.newBuilder()
.setCredentialsProvider(builder.credentialsProvider)
.setTransportChannelProvider(builder.channelProvider)
.setBackgroundExecutorProvider(builder.executorProvider)
.setEndpoint(builder.endpoint)
.build();
testOnlyClientCreatedTimes++;
Expand Down

0 comments on commit b886e9c

Please sign in to comment.