Skip to content

Commit 8e95be5

Browse files
mfallerPhongChuong
andauthored
fix: StreamWriter message typo (#3006)
Co-authored-by: Phong Chuong <[email protected]>
1 parent 03685d9 commit 8e95be5

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ private StreamWriter(Builder builder) throws IOException {
293293
String fetchedLocation = writeStream.getLocation();
294294
log.info(
295295
String.format(
296-
"Fethed location %s for stream name %s, extracted project and dataset"
296+
"Fetched location %s for stream name %s, extracted project and dataset"
297297
+ " name: %s\"",
298298
fetchedLocation, streamName, datasetAndProjectName));
299299
return fetchedLocation;

0 commit comments

Comments
 (0)