From 32ba3704830224d0f5593b79a3b1be60fad73217 Mon Sep 17 00:00:00 2001 From: Yiru Tang Date: Thu, 20 Jul 2023 00:11:54 +0000 Subject: [PATCH] . --- .../cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java b/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java index 148ecf0e72..f91309be35 100644 --- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java +++ b/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java @@ -47,7 +47,7 @@ *

NOTE: The schema update ability will be disabled when you pass in a table schema explicitly * through the writer. It is recommended that user either use JsonStreamWriter (which fully manages * table schema) or StreamWriter (which accepts proto format in raw and user will handle the schema - * update event themsevles). If you sse this class, you need to be very cautious about possible + * update event themsevles). If you use this class, you need to be very cautious about possible * mistmach between the writer's schema and the input data, any mismatch of the two will cause data * corruption. */