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 03685d9 commit 8e95be5Copy full SHA for 8e95be5
google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/StreamWriter.java
@@ -293,7 +293,7 @@ private StreamWriter(Builder builder) throws IOException {
293
String fetchedLocation = writeStream.getLocation();
294
log.info(
295
String.format(
296
- "Fethed location %s for stream name %s, extracted project and dataset"
+ "Fetched location %s for stream name %s, extracted project and dataset"
297
+ " name: %s\"",
298
fetchedLocation, streamName, datasetAndProjectName));
299
return fetchedLocation;
0 commit comments