Skip to content

Commit

Permalink
Update samples/snippets/src/main/java/com/example/bigquerystorage/Wri…
Browse files Browse the repository at this point in the history
…teCommittedStream.java
  • Loading branch information
stephaniewang526 committed Jan 8, 2021
1 parent a377c42 commit 601b082
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public static void writeCommittedStream(String projectId, String datasetName, St
try (JsonStreamWriter writer =
JsonStreamWriter.newBuilder(writeStream.getName(), writeStream.getTableSchema(), client)
.build()) {

// Append 10 JSON objects to the stream.
for (int i = 0; i < 10; i++) {
// Create a JSON object that is compatible with the table schema.
Expand Down

0 comments on commit 601b082

Please sign in to comment.