Skip to content

Commit 0941d43

Browse files
authored
fix: remove write_location header pending discussion (#2021)
* fix: add project name to the location header * . * . * . * .
1 parent 91da88b commit 0941d43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorker.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ public ConnectionWorker(
259259
newHeaders.putAll(clientSettings.toBuilder().getHeaderProvider().getHeaders());
260260
if (this.location == null) {
261261
newHeaders.put("x-goog-request-params", "write_stream=" + this.streamName);
262-
} else {
263-
newHeaders.put("x-goog-request-params", "write_location=" + this.location);
264262
}
265263
BigQueryWriteSettings stubSettings =
266264
clientSettings

0 commit comments

Comments
 (0)