Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)