From fea5eca733d501b72b8713e555f54dc86bbde85f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 20 Jul 2021 20:17:22 +0200 Subject: [PATCH] deps: update dependency com.google.cloud:google-cloud-bigtable to v1.27.3 (#1452) * deps: update dependency com.google.cloud:google-cloud-bigtable to v1.27.3 * Update ITBigQueryTest.java Co-authored-by: Stephanie Wang --- .../test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java | 1 - samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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; 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