From 493e824e253321fb59f6ab2db9e8889d5c57b4eb Mon Sep 17 00:00:00 2001 From: Yiru Tang Date: Wed, 19 Jul 2023 21:41:12 +0000 Subject: [PATCH] . --- .../cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 608f9290bb..c3f7d0604e 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 @@ -45,8 +45,8 @@ * some time (in order of minutes). * * 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 manages table - * schema for you) or StreamWriter (which accepts proto format in raw and user will handle the + * 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). Use this class nedes 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.