We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91da88b commit 0941d43Copy full SHA for 0941d43
google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorker.java
@@ -259,8 +259,6 @@ public ConnectionWorker(
259
newHeaders.putAll(clientSettings.toBuilder().getHeaderProvider().getHeaders());
260
if (this.location == null) {
261
newHeaders.put("x-goog-request-params", "write_stream=" + this.streamName);
262
- } else {
263
- newHeaders.put("x-goog-request-params", "write_location=" + this.location);
264
}
265
BigQueryWriteSettings stubSettings =
266
clientSettings
0 commit comments