You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter.java
+3-45Lines changed: 3 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,7 @@
36
36
/**
37
37
* A StreamWriter that can write JSON data (JSONObjects) to BigQuery tables. The JsonStreamWriter is
38
38
* built on top of a StreamWriter, and it simply converts all JSON data to protobuf messages then
39
-
* calls StreamWriter's append() method to write to BigQuery tables. It maintains all StreamWriter
40
-
* functions, but also provides an additional feature: schema update support, where if the BigQuery
41
-
* table schema is updated, users will be able to ingest data on the new schema after some time (in
42
-
* order of minutes).
39
+
* calls StreamWriter's append() method to write to BigQuery tables.
Copy file name to clipboardExpand all lines: google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/OnSchemaUpdateRunnable.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@
19
19
* A abstract class that implements the Runnable interface and provides access to the current
20
20
* StreamWriter and updatedSchema. This runnable will only be called when a updated schema has been
21
21
* passed back through the AppendRowsResponse. Users should only implement the run() function.
0 commit comments