From c17248fe8b522da13ef6ec829f52e413b9a55ef1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 18:39:09 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-bigtable to v1.27.3 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 5599ed758..7b8db0bb1 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -63,7 +63,7 @@ com.google.cloud google-cloud-bigtable - 1.27.2 + 1.27.3 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 376efb1c3..c3ee223ca 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -61,7 +61,7 @@ com.google.cloud google-cloud-bigtable - 1.27.2 + 1.27.3 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 75dcec18d..0b87f947d 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-bigtable - 1.27.2 + 1.27.3 test From b53c7fbb14c16143ab7aa71d58397435932c4bbb Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 20 Jul 2021 13:54:52 -0400 Subject: [PATCH 2/2] Update ITBigQueryTest.java --- .../test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java index 1669343fb..1e0291757 100644 --- a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java +++ b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java @@ -3118,7 +3118,6 @@ public void testInsertFromFile() throws InterruptedException, IOException, Timeo assertEquals(2L, statistics.getOutputRows().longValue()); LoadJobConfiguration jobConfiguration = job.getConfiguration(); assertEquals(TABLE_SCHEMA, jobConfiguration.getSchema()); - assertNull(jobConfiguration.getSourceUris()); assertNull(job.getStatus().getError()); Page rows = bigquery.listTableData(tableId); int rowCount = 0;