Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-bigquerystorage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 380f9bf6bfe7660d6bd316e2160ffe382b2fa38d
Choose a base ref
..
head repository: googleapis/java-bigquerystorage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5fd10a76bcc682fb23fb57d6a7abae367d867e2
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 ...torage/src/test/java/com/google/cloud/bigquery/storage/v1/it/ITBigQueryWriteManualClientTest.java
Original file line number Diff line number Diff line change
@@ -816,6 +816,8 @@ private void testJsonStreamWriterForDefaultValue(JsonStreamWriter jsonStreamWrit
// 3. both value not set
JSONObject row3 = new JSONObject();
jsonArr1.put(row3);

// Start insertion and validation.
ApiFuture<AppendRowsResponse> response1 = jsonStreamWriter.append(jsonArr1, -1);
response1.get();
TableResult result =