Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yirutang committed Jul 20, 2023
1 parent ee86315 commit 32ba370
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@
* <p>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.
*/
Expand Down

0 comments on commit 32ba370

Please sign in to comment.