From 59e444a7a447fdbe2db9b0fc67f59c03c83f18bc Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 8 Nov 2022 17:50:27 +0000
Subject: [PATCH 01/32] chore(main): release 2.19.2-SNAPSHOT (#2404)
:robot: I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
---
benchmark/pom.xml | 2 +-
google-cloud-bigquery/pom.xml | 4 ++--
pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 857ff840f..1ec05b9c1 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.19.1
+ 2.19.2-SNAPSHOT
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 4d172f93c..ee75b9df3 100644
--- a/google-cloud-bigquery/pom.xml
+++ b/google-cloud-bigquery/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquery
- 2.19.1
+ 2.19.2-SNAPSHOT
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.19.1
+ 2.19.2-SNAPSHOT
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 1883b2ffd..cb38a60f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.19.1
+ 2.19.2-SNAPSHOT
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -110,7 +110,7 @@
com.google.cloud
google-cloud-bigquery
- 2.19.1
+ 2.19.2-SNAPSHOT
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index d35fbbdef..98c40a03e 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.19.1
+ 2.19.2-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 9201e3853..697276911 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.19.1:2.19.1
\ No newline at end of file
+google-cloud-bigquery:2.19.1:2.19.2-SNAPSHOT
\ No newline at end of file
From 9297a4359f7b080a60b6bb5873edfd66cd7d2261 Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Tue, 8 Nov 2022 15:46:20 -0500
Subject: [PATCH 02/32] feat: next release from main branch is 2.20.0 (#2405)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* feat: next release from main branch is 2.20.0
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot
---
.github/release-please.yml | 4 ++++
.github/sync-repo-settings.yaml | 17 +++++++++++++++++
README.md | 4 ++--
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/.github/release-please.yml b/.github/release-please.yml
index c87ad8d73..7abf72a6e 100644
--- a/.github/release-please.yml
+++ b/.github/release-please.yml
@@ -15,6 +15,10 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 2.10.x
+ - bumpMinorPreMajor: true
+ handleGHRelease: true
+ releaseType: java-backport
+ branch: 2.19.x
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index 7e57974a8..e3a8af4e9 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -79,6 +79,23 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
+ - pattern: 2.19.x
+ isAdminEnforced: true
+ requiredApprovingReviewCount: 1
+ requiresCodeOwnerReviews: true
+ requiresStrictStatusChecks: false
+ requiredStatusCheckContexts:
+ - dependencies (8)
+ - dependencies (11)
+ - lint
+ - clirr
+ - units (8)
+ - units (11)
+ - 'Kokoro - Test: Integration'
+ - cla/google
+ - OwlBot Post Processor
+ - 'Kokoro - Test: Java GraalVM Native Image'
+ - 'Kokoro - Test: Java 17 GraalVM Native Image'
permissionRules:
- team: api-bigquery
permission: admin
diff --git a/README.md b/README.md
index 1373ed0a8..dcdc00a28 100644
--- a/README.md
+++ b/README.md
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquery:2.19.0'
+implementation 'com.google.cloud:google-cloud-bigquery:2.19.1'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.19.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.19.1"
```
## Authentication
From 0ed802d1c7f5da40f1b3b172d44b59b161f2d080 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 9 Nov 2022 16:34:17 +0100
Subject: [PATCH 03/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigquery to v2.19.1 (#2409)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-bigquery](https://togithub.com/googleapis/java-bigquery) | `2.19.0` -> `2.19.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
README.md | 2 +-
samples/install-without-bom/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index dcdc00a28..f5cdec8b4 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquery
- 2.19.0
+ 2.19.1
```
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 50502e9f1..f6938e9e2 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -45,7 +45,7 @@
com.google.cloud
google-cloud-bigquery
- 2.19.0
+ 2.19.1
From 406e29b48298329611e32d1e88a911923789a435 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 9 Nov 2022 17:00:06 +0100
Subject: [PATCH 04/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigtable to v2.15.1 (#2411)
---
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 f6938e9e2..eb95d67c9 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
- 2.15.0
+ 2.15.1
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 98c40a03e..914a8c154 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-bigtable
- 2.15.0
+ 2.15.1
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 4c4ad69f9..68e109893 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-bigtable
- 2.15.0
+ 2.15.1
test
From de16f8205f72f540b6bef8edb25da41d388c54cf Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 9 Nov 2022 17:40:36 +0100
Subject: [PATCH 05/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigquerystorage-bom to v2.25.0 (#2410)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-bigquerystorage-bom](https://togithub.com/googleapis/java-bigquerystorage) | `2.24.2` -> `2.25.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-bigquerystorage
### [`v2.25.0`](https://togithub.com/googleapis/java-bigquerystorage/blob/HEAD/CHANGELOG.md#2250-httpsgithubcomgoogleapisjava-bigquerystoragecomparev2242v2250-2022-11-08)
[Compare Source](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.24.2...v2.25.0)
##### Features
- Add schema comparision to the main request loop for multiplexing to correctly update schema ([#1865](https://togithub.com/googleapis/java-bigquerystorage/issues/1865)) ([cb18d28](https://togithub.com/googleapis/java-bigquerystorage/commit/cb18d288f78773af60b9fddc583f46a571cbc3f4))
##### Documentation
- Remove stale header guidance for AppendRows ([#1866](https://togithub.com/googleapis/java-bigquerystorage/issues/1866)) ([1de23be](https://togithub.com/googleapis/java-bigquerystorage/commit/1de23be7fe84747a4e7ca5b511458a5b378a1170))
##### Dependencies
- Update dependency com.google.cloud:google-cloud-bigquery to v2.18.2 ([#1862](https://togithub.com/googleapis/java-bigquerystorage/issues/1862)) ([ca2cafe](https://togithub.com/googleapis/java-bigquerystorage/commit/ca2cafe095eca8b610ec8ca1acf95cf7a561af61))
- Update dependency com.google.cloud:google-cloud-bigquery to v2.19.0 ([#1871](https://togithub.com/googleapis/java-bigquerystorage/issues/1871)) ([4aa967a](https://togithub.com/googleapis/java-bigquerystorage/commit/4aa967a0a30db0037a04b6b47646ae79dfffaead))
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 ([#1870](https://togithub.com/googleapis/java-bigquerystorage/issues/1870)) ([17b2a80](https://togithub.com/googleapis/java-bigquerystorage/commit/17b2a8036cf5706cb753f7116b1fa424a661ba39))
- Update dependency kr.motd.maven:os-maven-plugin to v1.7.1 ([#1868](https://togithub.com/googleapis/java-bigquerystorage/issues/1868)) ([08b8468](https://togithub.com/googleapis/java-bigquerystorage/commit/08b8468dc31fe654f5f7a345377b14f51f19eeea))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cb38a60f6..5285aace8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
com.google.cloud
google-cloud-bigquerystorage-bom
- 2.24.2
+ 2.25.0
pom
import
From e4b60359181126e4d91e75c67b821a900870a728 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Wed, 9 Nov 2022 17:50:15 +0000
Subject: [PATCH 06/32] chore: update google-auth to 2.14.1 (#1703) (#2412)
Co-authored-by: Anthonios Partheniou
Source-Link: https://togithub.com/googleapis/synthtool/commit/9457e69470097f8e71b6b497ceece5bc423eaf3a
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:a3fe0b4c75f322520f548e535ed329df1e475ace3cb4a979b78e003cb822636a
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/requirements.in | 2 +-
.kokoro/requirements.txt | 5 ++---
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index c8316751e..676aaea0c 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
+ digest: sha256:a3fe0b4c75f322520f548e535ed329df1e475ace3cb4a979b78e003cb822636a
diff --git a/.kokoro/requirements.in b/.kokoro/requirements.in
index 9cc4a1baa..ae1d92e68 100644
--- a/.kokoro/requirements.in
+++ b/.kokoro/requirements.in
@@ -30,5 +30,5 @@ zipp==3.6.0
rsa==4.9
six==1.16.0
attrs==22.1.0
-google-auth==2.14.0
+google-auth==2.14.1
idna==3.4
\ No newline at end of file
diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt
index 2dce197bf..9c82529c8 100644
--- a/.kokoro/requirements.txt
+++ b/.kokoro/requirements.txt
@@ -150,9 +150,8 @@ google-api-core==2.8.2 \
# -r requirements.in
# google-cloud-core
# google-cloud-storage
-google-auth==2.14.0 \
- --hash=sha256:1ad5b0e6eba5f69645971abb3d2c197537d5914070a8c6d30299dfdb07c5c700 \
- --hash=sha256:cf24817855d874ede2efd071aa22125445f555de1685b739a9782fcf408c2a3d
+google-auth==2.14.1 \
+ --hash=sha256:f5d8701633bebc12e0deea4df8abd8aff31c28b355360597f7f2ee60f2e4d016
# via
# -r requirements.in
# gcp-releasetool
From 42c083ac680c657bf3f648fbce81004ecac8be87 Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Fri, 11 Nov 2022 14:16:08 -0500
Subject: [PATCH 07/32] feat: add fast query path support when empty jobId
object is passed (#2349)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* feat: add fast query path support with job location
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: fix NPE
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: respect user specified location
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: fix test
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore add IT tests
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: allow users to specify project ID with JobID
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: fix conditions
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot
---
.../google/cloud/bigquery/BigQueryImpl.java | 23 ++++-
.../cloud/bigquery/QueryRequestInfo.java | 10 ++-
.../cloud/bigquery/QueryRequestInfoTest.java | 8 +-
.../cloud/bigquery/it/ITBigQueryTest.java | 85 +++++++++++++++++++
4 files changed, 122 insertions(+), 4 deletions(-)
diff --git a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java
index 01048689f..b5ca2e577 100644
--- a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java
+++ b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java
@@ -1300,7 +1300,7 @@ public TableResult query(QueryJobConfiguration configuration, JobOption... optio
// If all parameters passed in configuration are supported by the query() method on the backend,
// put on fast path
QueryRequestInfo requestInfo = new QueryRequestInfo(configuration);
- if (requestInfo.isFastQuerySupported()) {
+ if (requestInfo.isFastQuerySupported(null)) {
String projectId = getOptions().getProjectId();
QueryRequest content = requestInfo.toPb();
return queryRpc(projectId, content, options);
@@ -1385,6 +1385,27 @@ public com.google.api.services.bigquery.model.QueryResponse call() {
public TableResult query(QueryJobConfiguration configuration, JobId jobId, JobOption... options)
throws InterruptedException, JobException {
Job.checkNotDryRun(configuration, "query");
+ // If all parameters passed in configuration are supported by the query() method on the backend,
+ // put on fast path
+ QueryRequestInfo requestInfo = new QueryRequestInfo(configuration);
+ if (requestInfo.isFastQuerySupported(jobId)) {
+ // Be careful when setting the projectID in JobId, if a projectID is specified in the JobId,
+ // the job created by the query method will use that project. This may cause the query to
+ // fail with "Access denied" if the project do not have enough permissions to run the job.
+
+ String projectId =
+ jobId.getProject() != null ? jobId.getProject() : getOptions().getProjectId();
+ QueryRequest content = requestInfo.toPb();
+ // Be careful when setting the location in JobId, if a location is specified in the JobId,
+ // the job created by the query method will be in that location, even if the table to be
+ // queried is in a different location. This may cause the query to fail with
+ // "BigQueryException: Not found"
+ if (jobId.getLocation() != null) {
+ content.setLocation(jobId.getLocation());
+ }
+
+ return queryRpc(projectId, content, options);
+ }
return create(JobInfo.of(jobId, configuration), options).getQueryResults();
}
diff --git a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryRequestInfo.java b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryRequestInfo.java
index ccde465af..00a898363 100644
--- a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryRequestInfo.java
+++ b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryRequestInfo.java
@@ -57,7 +57,15 @@ final class QueryRequestInfo {
this.useQueryCache = config.useQueryCache();
}
- boolean isFastQuerySupported() {
+ boolean isFastQuerySupported(JobId jobId) {
+ // Fast query path is not possible if job is specified in the JobID object
+ // Respect Job field value in JobId specified by user.
+ // Specifying it will force the query to take the slower path.
+ if (jobId != null) {
+ if (jobId.getJob() != null) {
+ return false;
+ }
+ }
return config.getClustering() == null
&& config.getCreateDisposition() == null
&& config.getDestinationEncryptionConfiguration() == null
diff --git a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/QueryRequestInfoTest.java b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/QueryRequestInfoTest.java
index a62e3c0a0..456475597 100644
--- a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/QueryRequestInfoTest.java
+++ b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/QueryRequestInfoTest.java
@@ -150,8 +150,12 @@ public class QueryRequestInfoTest {
@Test
public void testIsFastQuerySupported() {
- assertEquals(false, REQUEST_INFO.isFastQuerySupported());
- assertEquals(true, REQUEST_INFO_SUPPORTED.isFastQuerySupported());
+ JobId jobIdSupported = JobId.newBuilder().build();
+ JobId jobIdNotSupported = JobId.newBuilder().setJob("random-job-id").build();
+ assertEquals(false, REQUEST_INFO.isFastQuerySupported(jobIdSupported));
+ assertEquals(true, REQUEST_INFO_SUPPORTED.isFastQuerySupported(jobIdSupported));
+ assertEquals(false, REQUEST_INFO.isFastQuerySupported(jobIdNotSupported));
+ assertEquals(false, REQUEST_INFO_SUPPORTED.isFastQuerySupported(jobIdNotSupported));
}
@Test
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 4f72e7e66..ed073a93a 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
@@ -180,6 +180,7 @@ public class ITBigQueryTest {
private static final Long EXPIRATION_MS = 86400000L;
private static final Logger LOG = Logger.getLogger(ITBigQueryTest.class.getName());
private static final String DATASET = RemoteBigQueryHelper.generateDatasetName();
+ private static final String UK_DATASET = RemoteBigQueryHelper.generateDatasetName();
private static final String DESCRIPTION = "Test dataset";
private static final String OTHER_DATASET = RemoteBigQueryHelper.generateDatasetName();
private static final String MODEL_DATASET = RemoteBigQueryHelper.generateDatasetName();
@@ -533,6 +534,8 @@ public class ITBigQueryTest {
private static final TableId TABLE_ID = TableId.of(DATASET, "testing_table");
private static final TableId TABLE_ID_DDL = TableId.of(DATASET, "ddl_testing_table");
private static final TableId TABLE_ID_FASTQUERY = TableId.of(DATASET, "fastquery_testing_table");
+ private static final TableId TABLE_ID_FASTQUERY_UK =
+ TableId.of(UK_DATASET, "fastquery_testing_table");
private static final TableId TABLE_ID_LARGE = TableId.of(DATASET, "large_data_testing_table");
private static final TableId TABLE_ID_FASTQUERY_BQ_RESULTSET =
TableId.of(DATASET, "fastquery_testing_bq_resultset");
@@ -717,6 +720,7 @@ public static void beforeClass() throws InterruptedException, IOException {
DatasetInfo info3 =
DatasetInfo.newBuilder(ROUTINE_DATASET).setDescription("java routine lifecycle").build();
bigquery.create(info3);
+
LoadJobConfiguration configuration =
LoadJobConfiguration.newBuilder(
TABLE_ID, "gs://" + BUCKET + "/" + JSON_LOAD_FILE, FormatOptions.json())
@@ -781,6 +785,7 @@ public static void beforeClass() throws InterruptedException, IOException {
public static void afterClass() throws ExecutionException, InterruptedException {
if (bigquery != null) {
RemoteBigQueryHelper.forceDelete(bigquery, DATASET);
+ RemoteBigQueryHelper.forceDelete(bigquery, UK_DATASET);
RemoteBigQueryHelper.forceDelete(bigquery, MODEL_DATASET);
RemoteBigQueryHelper.forceDelete(bigquery, ROUTINE_DATASET);
}
@@ -3284,6 +3289,86 @@ public void testFastSQLQuery() throws InterruptedException {
}
}
+ @Test
+ public void testProjectIDFastSQLQueryWithJobId() throws InterruptedException {
+ String random_project_id = "RANDOM_PROJECT_" + UUID.randomUUID().toString().replace('-', '_');
+ System.out.println(random_project_id);
+ String query =
+ "SELECT TimestampField, StringField, BooleanField FROM " + TABLE_ID_FASTQUERY.getTable();
+ // With incorrect projectID in jobid
+ // The job will be created with the specified(incorrect) projectID
+ // hence failing the operation
+ JobId jobIdWithProjectId = JobId.newBuilder().setProject(random_project_id).build();
+ QueryJobConfiguration configSelect =
+ QueryJobConfiguration.newBuilder(query).setDefaultDataset(DatasetId.of(DATASET)).build();
+ try {
+ bigquery.query(configSelect, jobIdWithProjectId);
+ } catch (Exception exception) {
+ // error message for non-existent project
+ assertTrue(exception.getMessage().contains("Cannot parse as CloudRegion"));
+ assertEquals(BigQueryException.class, exception.getClass());
+ }
+ }
+
+ @Test
+ public void testLocationFastSQLQueryWithJobId() throws InterruptedException {
+ DatasetInfo infoUK =
+ DatasetInfo.newBuilder(UK_DATASET)
+ .setDescription(DESCRIPTION)
+ .setLocation("europe-west1")
+ .setLabels(LABELS)
+ .build();
+ bigquery.create(infoUK);
+
+ TableDefinition tableDefinition = StandardTableDefinition.of(SIMPLE_SCHEMA);
+ TableInfo tableInfo = TableInfo.newBuilder(TABLE_ID_FASTQUERY_UK, tableDefinition).build();
+ bigquery.create(tableInfo);
+
+ String insert =
+ "INSERT " + UK_DATASET + "." + TABLE_ID_FASTQUERY_UK.getTable() + " VALUES('Anna');";
+
+ QueryJobConfiguration config =
+ QueryJobConfiguration.newBuilder(insert)
+ .setDefaultDataset(DatasetId.of(UK_DATASET))
+ .build();
+ TableResult result = bigquery.query(config);
+ assertEquals(SIMPLE_SCHEMA, result.getSchema());
+ assertEquals(1, result.getTotalRows());
+ assertNull(result.getNextPage());
+ assertNull(result.getNextPageToken());
+ assertFalse(result.hasNextPage());
+ // Verify correctness of table content
+ for (FieldValueList row : result.getValues()) {
+ FieldValue stringCell = row.get(0);
+ assertEquals(stringCell, row.get("StringField"));
+ assertEquals("Anna", stringCell.getStringValue());
+ }
+ // With incorrect location in jobid
+ // The job will be created with the specified(incorrect) location
+ // hence failing the operation
+ String query = "SELECT StringField FROM " + TABLE_ID_FASTQUERY_UK.getTable();
+ JobId jobIdWithLocation = JobId.newBuilder().setLocation("us-west1").build();
+ QueryJobConfiguration configSelect =
+ QueryJobConfiguration.newBuilder(query).setDefaultDataset(DatasetId.of(UK_DATASET)).build();
+ try {
+ bigquery.query(configSelect, jobIdWithLocation);
+ } catch (BigQueryException exception) {
+ assertTrue(exception.getMessage().contains("Not found"));
+ assertEquals(BigQueryException.class, exception.getClass());
+ }
+
+ // Without location in jobID, the query job defaults to the location of the dataset
+ JobId jobIdNoLocation = JobId.newBuilder().build();
+ QueryJobConfiguration configNoLocation =
+ QueryJobConfiguration.newBuilder(query).setDefaultDataset(DatasetId.of(UK_DATASET)).build();
+ TableResult resultNoLocation = bigquery.query(configNoLocation, jobIdNoLocation);
+ for (FieldValueList row : resultNoLocation.getValues()) {
+ FieldValue stringCell = row.get(0);
+ assertEquals(stringCell, row.get("StringField"));
+ assertEquals("Anna", stringCell.getStringValue());
+ }
+ }
+
/* TODO(prasmish): replicate the entire test case for executeSelect */
@Test
public void testFastSQLQueryMultiPage() throws InterruptedException {
From e4361066252e920d822ea9da525d1cb32fd53196 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Fri, 11 Nov 2022 20:16:33 +0100
Subject: [PATCH 08/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigtable to v2.16.0 (#2414)
---
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 eb95d67c9..47bd53b8e 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
- 2.15.1
+ 2.16.0
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 914a8c154..ab2496ad0 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-bigtable
- 2.15.1
+ 2.16.0
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 68e109893..c44e482cb 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-bigtable
- 2.15.1
+ 2.16.0
test
From 2fa3df6aaf566cdf1fdd5604e32addfe8c217d3d Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri, 11 Nov 2022 19:44:14 +0000
Subject: [PATCH 09/32] chore: use gcp-docuploader 0.6.3 (#1708) (#2413)
Source-Link: https://togithub.com/googleapis/synthtool/commit/fbc8bfe364d70c38fbffbf68ebe1cfdae54d3447
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e76136cc48f90aa19ba29cdfbd4002111467e44a1c9d905867d98dafafbd03bb
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/requirements.in | 2 +-
.kokoro/requirements.txt | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 676aaea0c..0f0647b00 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:a3fe0b4c75f322520f548e535ed329df1e475ace3cb4a979b78e003cb822636a
+ digest: sha256:e76136cc48f90aa19ba29cdfbd4002111467e44a1c9d905867d98dafafbd03bb
diff --git a/.kokoro/requirements.in b/.kokoro/requirements.in
index ae1d92e68..924f94ae6 100644
--- a/.kokoro/requirements.in
+++ b/.kokoro/requirements.in
@@ -1,4 +1,4 @@
-gcp-docuploader==0.6.4
+gcp-docuploader==0.6.3
google-crc32c==1.3.0
googleapis-common-protos==1.56.3
gcp-releasetool==1.9.1
diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt
index 9c82529c8..71fcafc70 100644
--- a/.kokoro/requirements.txt
+++ b/.kokoro/requirements.txt
@@ -135,9 +135,9 @@ cryptography==38.0.3 \
# -r requirements.in
# gcp-releasetool
# secretstorage
-gcp-docuploader==0.6.4 \
- --hash=sha256:01486419e24633af78fd0167db74a2763974765ee8078ca6eb6964d0ebd388af \
- --hash=sha256:70861190c123d907b3b067da896265ead2eeb9263969d6955c9e0bb091b5ccbf
+gcp-docuploader==0.6.3 \
+ --hash=sha256:ba8c9d76b3bbac54b0311c503a373b00edc2dc02d6d54ea9507045adb8e870f7 \
+ --hash=sha256:c0f5aaa82ce1854a386197e4e359b120ad6d4e57ae2c812fce42219a3288026b
# via -r requirements.in
gcp-releasetool==1.9.1 \
--hash=sha256:952f4055d5d986b070ae2a71c4410b250000f9cc5a1e26398fcd55a5bbc5a15f \
From 996627b3cd1a12d19135c85991aeed2688d0ac0b Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 14 Nov 2022 23:14:28 +0100
Subject: [PATCH 10/32] test(deps): update dependency org.mockito:mockito-core
to v4.9.0 (#2416)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5285aace8..aaae80af5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
org.mockito
mockito-core
- 4.8.1
+ 4.9.0
test
From 06765866bf4507f8f6ebbaee28e7dc698f9ba14c Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 14 Nov 2022 23:15:00 +0100
Subject: [PATCH 11/32] deps: update jmh.version to v1.36 (#2415)
---
benchmark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 1ec05b9c1..69011291e 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -11,7 +11,7 @@
UTF-8
- 1.35
+ 1.36
benchmark
From c4490315b62606371e134f2a9c2fbfabc60bee03 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 16 Nov 2022 21:40:41 +0100
Subject: [PATCH 12/32] deps: update dependency
com.google.cloud:google-cloud-datacatalog-bom to v1.12.0 (#2419)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aaae80af5..8aa03927f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
com.google.cloud
google-cloud-datacatalog-bom
- 1.11.0
+ 1.12.0
pom
import
From 1ac1653ed705fa7173c4a83ab37169fdb15422e3 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 16 Nov 2022 21:40:53 +0100
Subject: [PATCH 13/32] deps: update dependency
com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.8.0
(#2418)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8aa03927f..0d3b4fb8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
com.google.api.grpc
proto-google-cloud-bigqueryconnection-v1
- 2.7.0
+ 2.8.0
test
From f6bb264bda0874595c6240226ff99dd21eb9a50a Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 16 Nov 2022 21:41:38 +0100
Subject: [PATCH 14/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigqueryconnection to v2.8.0 (#2417)
---
pom.xml | 2 +-
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0d3b4fb8a..117ca210c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.7.0
+ 2.8.0
test
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 47bd53b8e..ac3615a83 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -69,7 +69,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.7.0
+ 2.8.0
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index ab2496ad0..d5457a1fe 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -67,7 +67,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.7.0
+ 2.8.0
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index c44e482cb..f58ef14c0 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -85,7 +85,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.7.0
+ 2.8.0
test
From baf337a12e89af73db0c2494e61f271f32e44ed0 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Fri, 18 Nov 2022 18:58:35 +0100
Subject: [PATCH 15/32] deps: update dependency
com.google.cloud:google-cloud-storage to v2.15.1 (#2420)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.15.0` -> `2.15.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-storage
### [`v2.15.1`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#2151-httpsgithubcomgoogleapisjava-storagecomparev2150v2151-2022-11-17)
##### Bug Fixes
- Disable REGAPIC transport in storage v2 ([#1762](https://togithub.com/googleapis/java-storage/issues/1762)) ([13d630e](https://togithub.com/googleapis/java-storage/commit/13d630e7ce89273c292acca7a7e048218ece4182))
- Update GrpcStorageImpl#get(BlobId) to return null on 404 ([#1772](https://togithub.com/googleapis/java-storage/issues/1772)) ([8c59c64](https://togithub.com/googleapis/java-storage/commit/8c59c64ccf0dd7753467b4c0f0bcf5f4b49c5bf0))
##### Documentation
- Annotate all Option factory methods with their Nullability bounds ([#1775](https://togithub.com/googleapis/java-storage/issues/1775)) ([3b8d137](https://togithub.com/googleapis/java-storage/commit/3b8d137a113376d7dac9010b9207d435df2622f7))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 117ca210c..5b7df4c90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
com.google.cloud
google-cloud-storage
- 2.15.0
+ 2.15.1
test
From 2e1047c8115e294a4454cf34abb3172b3fb1ff69 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Fri, 18 Nov 2022 23:12:23 +0100
Subject: [PATCH 16/32] chore(deps): update dependency
com.google.cloud:libraries-bom to v26.1.5 (#2421)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.4` -> `26.1.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
README.md | 4 ++--
samples/native-image-sample/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f5cdec8b4..7ffa4facb 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google
com.google.cloud
libraries-bom
- 26.1.4
+ 26.1.5
pom
import
@@ -52,7 +52,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.1.4')
+implementation platform('com.google.cloud:libraries-bom:26.1.5')
implementation 'com.google.cloud:google-cloud-bigquery'
```
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index fac75990e..7e534e9d4 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -39,7 +39,7 @@
com.google.cloud
libraries-bom
- 26.1.4
+ 26.1.5
pom
import
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f58ef14c0..263a54548 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -47,7 +47,7 @@
com.google.cloud
libraries-bom
- 26.1.4
+ 26.1.5
pom
import
From 63b51969dc20747d3dd1f127cc0fcb2d27c9c8c0 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 21 Nov 2022 22:09:23 +0100
Subject: [PATCH 17/32] deps: update dependency
org.graalvm.buildtools:junit-platform-native to v0.9.18 (#2424)
---
samples/native-image-sample/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 7e534e9d4..02a82fcb3 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -99,7 +99,7 @@
org.graalvm.buildtools
junit-platform-native
- 0.9.17
+ 0.9.18
test
From cd2ae9f3d2c19be8a375e6be57a7e6b805b1ac4e Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 21 Nov 2022 22:14:16 +0100
Subject: [PATCH 18/32] deps: update dependency
org.graalvm.buildtools:native-maven-plugin to v0.9.18 (#2425)
---
samples/native-image-sample/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 02a82fcb3..0b96e1f30 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -121,7 +121,7 @@
org.graalvm.buildtools
native-maven-plugin
- 0.9.17
+ 0.9.18
true
com.example.bigquery.NativeImageBigquerySample
From aff901904d04a9a35042126a90e2a2826283a3e7 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 23 Nov 2022 15:24:54 +0100
Subject: [PATCH 19/32] deps: update arrow.version to v10.0.1 (#2426)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.arrow:arrow-memory-netty](https://arrow.apache.org/) ([source](https://togithub.com/apache/arrow)) | `10.0.0` -> `10.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [org.apache.arrow:arrow-memory-core](https://arrow.apache.org/) ([source](https://togithub.com/apache/arrow)) | `10.0.0` -> `10.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [org.apache.arrow:arrow-vector](https://arrow.apache.org/) ([source](https://togithub.com/apache/arrow)) | `10.0.0` -> `10.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5b7df4c90..710d67be2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
google-cloud-bigquery-parent
v2-rev20221028-2.0.0
3.0.6
- 10.0.0
+ 10.0.1
From baba5d6f4061cfa15d13c6f56880d68203e63378 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 13:40:23 +0530
Subject: [PATCH 20/32] chore: upgrade native image checks to graalvm-22.3.0
(#1718) (#2428)
chore: upgrade native image checks to graalvm-22.3.0
Source-Link: https://github.com/googleapis/synthtool/commit/5e52896b69b145a3fac6827e4e75e617abdc9dd8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:27b1b1884dce60460d7521b23c2a73376cba90c0ef3d9f0d32e4bdb786959cfd
Co-authored-by: Owl Bot
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/presubmit/graalvm-native-17.cfg | 2 +-
.kokoro/presubmit/graalvm-native.cfg | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 0f0647b00..4ca0036da 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:e76136cc48f90aa19ba29cdfbd4002111467e44a1c9d905867d98dafafbd03bb
+ digest: sha256:27b1b1884dce60460d7521b23c2a73376cba90c0ef3d9f0d32e4bdb786959cfd
diff --git a/.kokoro/presubmit/graalvm-native-17.cfg b/.kokoro/presubmit/graalvm-native-17.cfg
index a3f7fb9d4..e20330c3c 100644
--- a/.kokoro/presubmit/graalvm-native-17.cfg
+++ b/.kokoro/presubmit/graalvm-native-17.cfg
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17"
+ value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
}
env_vars: {
diff --git a/.kokoro/presubmit/graalvm-native.cfg b/.kokoro/presubmit/graalvm-native.cfg
index 4c7225ec9..0fd6ba2fa 100644
--- a/.kokoro/presubmit/graalvm-native.cfg
+++ b/.kokoro/presubmit/graalvm-native.cfg
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-kokoro-resources/graalvm"
+ value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
}
env_vars: {
From 2effed158af6db27344bc610e20f19e547f6b922 Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Tue, 13 Dec 2022 13:54:13 -0500
Subject: [PATCH 21/32] chore: fix BiEngineReason Message (#2443)
---
.../test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java | 2 +-
1 file changed, 1 insertion(+), 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 ed073a93a..52cb208c6 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
@@ -4304,7 +4304,7 @@ public void testQueryJob() throws InterruptedException, TimeoutException {
statistics.getBiEngineStats().getBiEngineReasons().get(0).getCode(), "OTHER_REASON");
assertEquals(
statistics.getBiEngineStats().getBiEngineReasons().get(0).getMessage(),
- "Query output to destination table is not supported.");
+ "Only SELECT queries without a destination table can be accelerated.");
}
assertNotNull(statistics.getQueryPlan());
}
From 567a44147219b5742ed82f56ade48a7613c8764b Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:30:26 +0100
Subject: [PATCH 22/32] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.5.5 (#2429)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 710d67be2..5d6cb5f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.4
+ 1.5.5
From f31da3a90f68637df55597cb2ea20477d1b80ba3 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:30:47 +0100
Subject: [PATCH 23/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigqueryconnection to v2.9.0 (#2440)
---
pom.xml | 2 +-
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5d6cb5f6b..9bbe419e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.8.0
+ 2.9.0
test
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index ac3615a83..dfe9f74da 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -69,7 +69,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.8.0
+ 2.9.0
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index d5457a1fe..d719d333d 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -67,7 +67,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.8.0
+ 2.9.0
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 263a54548..06110d2d2 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -85,7 +85,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.8.0
+ 2.9.0
test
From 3ea75f83e15b12c8071c6abd5bc663d6268caf9c Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Tue, 13 Dec 2022 14:31:03 -0500
Subject: [PATCH 24/32] build(deps): bump certifi from 2022.9.24 to 2022.12.7
in /synthtool/gcp/templates/java_library/.kokoro (#1732) (#2442)
build(deps): bump certifi
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot]
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching
Source-Link: https://github.com/googleapis/synthtool/commit/ae0d43e5f17972981fe501ecf5a5d20055128bea
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:9de537d592b60e5eac73b374a28263969bae91ecdb29b445e894576fbf54851c
Signed-off-by: dependabot[bot]
Co-authored-by: Owl Bot
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/requirements.in | 2 +-
.kokoro/requirements.txt | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 4ca0036da..288e39489 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:27b1b1884dce60460d7521b23c2a73376cba90c0ef3d9f0d32e4bdb786959cfd
+ digest: sha256:9de537d592b60e5eac73b374a28263969bae91ecdb29b445e894576fbf54851c
diff --git a/.kokoro/requirements.in b/.kokoro/requirements.in
index 924f94ae6..a5010f77d 100644
--- a/.kokoro/requirements.in
+++ b/.kokoro/requirements.in
@@ -17,7 +17,7 @@ pycparser==2.21
pyperclip==1.8.2
python-dateutil==2.8.2
requests==2.27.1
-certifi==2022.9.24
+certifi==2022.12.7
importlib-metadata==4.8.3
zipp==3.6.0
google_api_core==2.8.2
diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt
index 71fcafc70..15c404aa5 100644
--- a/.kokoro/requirements.txt
+++ b/.kokoro/requirements.txt
@@ -16,9 +16,9 @@ cachetools==4.2.4 \
# via
# -r requirements.in
# google-auth
-certifi==2022.9.24 \
- --hash=sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14 \
- --hash=sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382
+certifi==2022.12.7 \
+ --hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
+ --hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
# via
# -r requirements.in
# requests
From eb52002919843ad9341d3f9b06c10e401637b82a Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:32:14 +0100
Subject: [PATCH 25/32] deps: update dependency
com.google.apis:google-api-services-bigquery to v2-rev20221127-2.0.0 (#2437)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9bbe419e4..a71394f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
UTF-8
github
google-cloud-bigquery-parent
- v2-rev20221028-2.0.0
+ v2-rev20221127-2.0.0
3.0.6
10.0.1
From 54fdc788fd093213a8ac415e0ad3cb620b280c3c Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:32:27 +0100
Subject: [PATCH 26/32] chore(deps): update dependency
com.google.cloud:google-cloud-bigtable to v2.17.1 (#2436)
---
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 dfe9f74da..93948d4fa 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
- 2.16.0
+ 2.17.1
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index d719d333d..c52c2cfd6 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-bigtable
- 2.16.0
+ 2.17.1
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 06110d2d2..99ac67315 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-bigtable
- 2.16.0
+ 2.17.1
test
From bf940878a7cf602b7f0736335653bc6c479e2df6 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:32:57 +0100
Subject: [PATCH 27/32] deps: update dependency
org.graalvm.buildtools:native-maven-plugin to v0.9.19 (#2433)
---
samples/native-image-sample/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 0b96e1f30..93aec8160 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -121,7 +121,7 @@
org.graalvm.buildtools
native-maven-plugin
- 0.9.18
+ 0.9.19
true
com.example.bigquery.NativeImageBigquerySample
From 396c6dc101837a801c7f693f3a3548eb6685feaf Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:33:12 +0100
Subject: [PATCH 28/32] deps: update dependency
org.graalvm.buildtools:junit-platform-native to v0.9.19 (#2432)
---
samples/native-image-sample/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 93aec8160..4962e9b0e 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -99,7 +99,7 @@
org.graalvm.buildtools
junit-platform-native
- 0.9.18
+ 0.9.19
test
From 01cc3c3d64884c2d7b68c5099de7c0959c1846db Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 20:56:15 +0100
Subject: [PATCH 29/32] deps: update dependency
com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.9.0
(#2441)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1](https://togithub.com/googleapis/google-cloud-java) | `2.8.0` -> `2.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a71394f10..dbde8f86f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
com.google.api.grpc
proto-google-cloud-bigqueryconnection-v1
- 2.8.0
+ 2.9.0
test
From c99b21552e30a509b6220de7a491566dbab086db Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 21:00:19 +0100
Subject: [PATCH 30/32] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v3.1.0 (#2435)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.6` -> `3.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v3.1.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#310-httpsgithubcomgoogleapisjava-shared-dependenciescomparev306v310-2022-12-05)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.6...v3.1.0)
##### Features
- Next release from main branch is 3.1.0 ([#910](https://togithub.com/googleapis/java-shared-dependencies/issues/910)) ([3e36bc6](https://togithub.com/googleapis/java-shared-dependencies/commit/3e36bc6c5a6ffff771480200ecf5908cb347a50a))
##### Dependencies
- Update dependency com.fasterxml.jackson:jackson-bom to v2.14.1 ([#924](https://togithub.com/googleapis/java-shared-dependencies/issues/924)) ([c630375](https://togithub.com/googleapis/java-shared-dependencies/commit/c630375d5059b4ac367979a2507c3870840c08e4))
- Update dependency com.google.api-client:google-api-client-bom to v2.1.0 ([#934](https://togithub.com/googleapis/java-shared-dependencies/issues/934)) ([8af7b00](https://togithub.com/googleapis/java-shared-dependencies/commit/8af7b00cf0758df4015b1999d6f824ba1864be00))
- Update dependency com.google.api-client:google-api-client-bom to v2.1.1 ([#941](https://togithub.com/googleapis/java-shared-dependencies/issues/941)) ([6a6e3e7](https://togithub.com/googleapis/java-shared-dependencies/commit/6a6e3e7d3232c7d74f92849a98e607a6d22b7b4e))
- Update dependency com.google.auth:google-auth-library-bom to v1.13.0 ([#917](https://togithub.com/googleapis/java-shared-dependencies/issues/917)) ([1e2448c](https://togithub.com/googleapis/java-shared-dependencies/commit/1e2448c60cbe3e215b4f9f772d8e0c7cb1434bd0))
- Update dependency com.google.cloud:grpc-gcp to v1.3.2 ([#942](https://togithub.com/googleapis/java-shared-dependencies/issues/942)) ([66c3e2a](https://togithub.com/googleapis/java-shared-dependencies/commit/66c3e2acda213fe9aea60b85f8543e3fdeaa2ecf))
- Update dependency com.google.cloud.tools:dependencies to v1.5.13 ([#914](https://togithub.com/googleapis/java-shared-dependencies/issues/914)) ([9c0fa2c](https://togithub.com/googleapis/java-shared-dependencies/commit/9c0fa2c06ed04a3dddd9f0fd908865279393d373))
- Update dependency com.google.protobuf:protobuf-bom to v3.21.10 ([#936](https://togithub.com/googleapis/java-shared-dependencies/issues/936)) ([f8abca8](https://togithub.com/googleapis/java-shared-dependencies/commit/f8abca8e075c59461c88b8c79fd1c5cd5eacb509))
- Update dependency io.grpc:grpc-bom to v1.51.0 ([#919](https://togithub.com/googleapis/java-shared-dependencies/issues/919)) ([713b331](https://togithub.com/googleapis/java-shared-dependencies/commit/713b331a39917725ed4bd95c80c083c23d2a192e))
- Update dependency io.perfmark:perfmark-api to v0.26.0 ([#907](https://togithub.com/googleapis/java-shared-dependencies/issues/907)) ([950cca6](https://togithub.com/googleapis/java-shared-dependencies/commit/950cca6df2d7e7d24ab8dd7e32c7a264e89d721f))
- Update dependency org.apache.httpcomponents:httpclient to v4.5.14 ([#943](https://togithub.com/googleapis/java-shared-dependencies/issues/943)) ([7590b65](https://togithub.com/googleapis/java-shared-dependencies/commit/7590b6538290d3f9892b2b302505d3ecfca69530))
- Update dependency org.apache.httpcomponents:httpcore to v4.4.16 ([#933](https://togithub.com/googleapis/java-shared-dependencies/issues/933)) ([6a68eb9](https://togithub.com/googleapis/java-shared-dependencies/commit/6a68eb96179a13cf324b4a4026ff6877d447a334))
- Update dependency org.checkerframework:checker-qual to v3.28.0 ([#940](https://togithub.com/googleapis/java-shared-dependencies/issues/940)) ([5ea57c3](https://togithub.com/googleapis/java-shared-dependencies/commit/5ea57c3f5490c3cf7048e71dfab63aba8d7b874f))
- Update gax.version to v2.20.1 ([#937](https://togithub.com/googleapis/java-shared-dependencies/issues/937)) ([ca30914](https://togithub.com/googleapis/java-shared-dependencies/commit/ca30914b59516c634de24b1fa33c8a6c454a0cef))
- Update google.common-protos.version to v2.11.0 ([#935](https://togithub.com/googleapis/java-shared-dependencies/issues/935)) ([e92f583](https://togithub.com/googleapis/java-shared-dependencies/commit/e92f58361c0062414c34b669161f9d6284b0903f))
- Update google.core.version to v2.8.28 ([#909](https://togithub.com/googleapis/java-shared-dependencies/issues/909)) ([79a731e](https://togithub.com/googleapis/java-shared-dependencies/commit/79a731e057fa7b1ac5f4bc6ae15869726bc9c20a))
- Update google.core.version to v2.9.0 ([#944](https://togithub.com/googleapis/java-shared-dependencies/issues/944)) ([a50513b](https://togithub.com/googleapis/java-shared-dependencies/commit/a50513bc8902d059a7b53dc852b02b7e2f9bc3e6))
- Update iam.version to v1.6.10 ([#915](https://togithub.com/googleapis/java-shared-dependencies/issues/915)) ([2c06312](https://togithub.com/googleapis/java-shared-dependencies/commit/2c06312732a56fd94f0ce8447062b42b3da15c92))
- Update iam.version to v1.6.11 ([#916](https://togithub.com/googleapis/java-shared-dependencies/issues/916)) ([10b152d](https://togithub.com/googleapis/java-shared-dependencies/commit/10b152ded8ceded5ae3c60774ea8e75c7b69d9d8))
- Update iam.version to v1.6.12 ([#918](https://togithub.com/googleapis/java-shared-dependencies/issues/918)) ([db57153](https://togithub.com/googleapis/java-shared-dependencies/commit/db57153752380dacb773530aef8079ff68772fc9))
- Update iam.version to v1.6.13 ([#920](https://togithub.com/googleapis/java-shared-dependencies/issues/920)) ([763197e](https://togithub.com/googleapis/java-shared-dependencies/commit/763197e94a34620a2e234885fcdbdcb5fba144c2))
- Update iam.version to v1.6.14 ([#921](https://togithub.com/googleapis/java-shared-dependencies/issues/921)) ([036cf6f](https://togithub.com/googleapis/java-shared-dependencies/commit/036cf6f0df788e9bffd5e21bfd8e560a797ed37d))
- Update iam.version to v1.6.15 ([#922](https://togithub.com/googleapis/java-shared-dependencies/issues/922)) ([98b11a7](https://togithub.com/googleapis/java-shared-dependencies/commit/98b11a72f3818e4505d468c47b7c8105a3b55847))
- Update iam.version to v1.6.16 ([#923](https://togithub.com/googleapis/java-shared-dependencies/issues/923)) ([b44d6ba](https://togithub.com/googleapis/java-shared-dependencies/commit/b44d6babd71d89ed27a0d7cac229d04111bb39e7))
- Update iam.version to v1.6.17 ([#925](https://togithub.com/googleapis/java-shared-dependencies/issues/925)) ([f24a7f8](https://togithub.com/googleapis/java-shared-dependencies/commit/f24a7f8577ca90153d86b9ed3eab5954c1fc5500))
- Update iam.version to v1.6.18 ([#926](https://togithub.com/googleapis/java-shared-dependencies/issues/926)) ([c77314d](https://togithub.com/googleapis/java-shared-dependencies/commit/c77314d5bdfbe960e6f71fb8dc044a60d1973038))
- Update iam.version to v1.6.19 ([#927](https://togithub.com/googleapis/java-shared-dependencies/issues/927)) ([2990cf0](https://togithub.com/googleapis/java-shared-dependencies/commit/2990cf020e526ddba54c2a0542ef8e01f4f517f5))
- Update iam.version to v1.6.20 ([#928](https://togithub.com/googleapis/java-shared-dependencies/issues/928)) ([7dbd204](https://togithub.com/googleapis/java-shared-dependencies/commit/7dbd204cdc0df7107c656e28766afeb14f6793c4))
- Update iam.version to v1.6.21 ([#929](https://togithub.com/googleapis/java-shared-dependencies/issues/929)) ([cec2265](https://togithub.com/googleapis/java-shared-dependencies/commit/cec2265e43eaac7cc1be3c9bb42c0d93872f4075))
- Update iam.version to v1.6.22 ([#931](https://togithub.com/googleapis/java-shared-dependencies/issues/931)) ([812ccf4](https://togithub.com/googleapis/java-shared-dependencies/commit/812ccf46fb0ada475dea2f6eb53839be8940dbde))
- Update iam.version to v1.6.8 ([#906](https://togithub.com/googleapis/java-shared-dependencies/issues/906)) ([68ebe06](https://togithub.com/googleapis/java-shared-dependencies/commit/68ebe06101ec5b24fddb48012e3487c37827ba6a))
- Update iam.version to v1.6.9 ([#912](https://togithub.com/googleapis/java-shared-dependencies/issues/912)) ([6a3097b](https://togithub.com/googleapis/java-shared-dependencies/commit/6a3097b559319f643f63727bd6d4ce5d30091317))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dbde8f86f..5e57edcaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
github
google-cloud-bigquery-parent
v2-rev20221127-2.0.0
- 3.0.6
+ 3.1.0
10.0.1
From 7255357fc3bc715ebe15761acbe83c5e33495fdc Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Dec 2022 21:32:15 +0100
Subject: [PATCH 31/32] deps: update cloud client dependencies (#2444)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.15.1` -> `2.16.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [com.google.cloud:google-cloud-datacatalog-bom](https://togithub.com/googleapis/google-cloud-java) | `1.12.0` -> `1.13.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [com.google.cloud:google-cloud-bigquerystorage-bom](https://togithub.com/googleapis/java-bigquerystorage) | `2.25.0` -> `2.27.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-storage
### [`v2.16.0`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#2160-httpsgithubcomgoogleapisjava-storagecomparev2151v2160-2022-12-06)
[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.15.1...v2.16.0)
##### Features
- Add {Compose,Rewrite,StartResumableWrite}Request.object_checksums and Bucket.RetentionPolicy.retention_duration ([#1790](https://togithub.com/googleapis/java-storage/issues/1790)) ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
- Added a new retention_duration field of Duration type ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
- Added object_checksums for compose/rewrite/startResumableWrite request ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
##### Bug Fixes
- Removed WriteObject routing annotations ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
##### Documentation
- Clarified relative resource names in gRPC IAM RPCs ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
- Clarified the object can be deleted via DeleteObject ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
- Updated the document link for `Naming Guidelines` ([31c1b18](https://togithub.com/googleapis/java-storage/commit/31c1b18acc3c118e39eb613a82ee292f3e246b8f))
##### Dependencies
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0 ([#1797](https://togithub.com/googleapis/java-storage/issues/1797)) ([b1d0266](https://togithub.com/googleapis/java-storage/commit/b1d026608a5e3772e8bf77f25f1daf68b007427a))
- Update dependency org.apache.httpcomponents:httpclient to v4.5.14 ([#1795](https://togithub.com/googleapis/java-storage/issues/1795)) ([cf900f4](https://togithub.com/googleapis/java-storage/commit/cf900f4139f30f89e3c0784467ddc12cc00cf81c))
- Update dependency org.apache.httpcomponents:httpcore to v4.4.16 ([#1786](https://togithub.com/googleapis/java-storage/issues/1786)) ([3bf403e](https://togithub.com/googleapis/java-storage/commit/3bf403e94c035e6cf936e062a1ced2b5221b3912))
- Update dependency org.apache.httpcomponents:httpmime to v4.5.14 ([#1796](https://togithub.com/googleapis/java-storage/issues/1796)) ([c9ee3ca](https://togithub.com/googleapis/java-storage/commit/c9ee3ca8820531cd709bb8f8a58a736813346861))
- Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.18 ([#1782](https://togithub.com/googleapis/java-storage/issues/1782)) ([5bc5176](https://togithub.com/googleapis/java-storage/commit/5bc517623ef04bdb9a71a51666754b9f753f4c69))
- Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.19 ([#1791](https://togithub.com/googleapis/java-storage/issues/1791)) ([3184d65](https://togithub.com/googleapis/java-storage/commit/3184d65cce1368c2f39ff85a6ed02cf536902244))
googleapis/java-bigquerystorage
### [`v2.27.0`](https://togithub.com/googleapis/java-bigquerystorage/blob/HEAD/CHANGELOG.md#2270-httpsgithubcomgoogleapisjava-bigquerystoragecomparev2260v2270-2022-12-12)
[Compare Source](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.26.0...v2.27.0)
##### Features
- Change one thread per retry to use a thread pool ([#1898](https://togithub.com/googleapis/java-bigquerystorage/issues/1898)) ([44a4e4d](https://togithub.com/googleapis/java-bigquerystorage/commit/44a4e4d8c70bf910f96d2d2c181d1f23b70f3e52))
- Throw error when using connection pool for explicit stream ([#1903](https://togithub.com/googleapis/java-bigquerystorage/issues/1903)) ([bd89556](https://togithub.com/googleapis/java-bigquerystorage/commit/bd895567fe33735294065d7043d845f14f33f8a8))
##### Bug Fixes
- Add back the accidentally removed background executor provider ([#1899](https://togithub.com/googleapis/java-bigquerystorage/issues/1899)) ([065cc4f](https://togithub.com/googleapis/java-bigquerystorage/commit/065cc4f35ad5e5cdc393e01adbea881c6e92dcab))
- Update JsonStreamWriterBuilder comment and update sample to use the latest schema retrieval support ([#1902](https://togithub.com/googleapis/java-bigquerystorage/issues/1902)) ([2a46ec3](https://togithub.com/googleapis/java-bigquerystorage/commit/2a46ec3df419bbeba6a2e60b2b621dc60f31eab1))
##### Dependencies
- Update arrow.version to v10.0.1 ([#1894](https://togithub.com/googleapis/java-bigquerystorage/issues/1894)) ([8e90767](https://togithub.com/googleapis/java-bigquerystorage/commit/8e907677bae0c48e8c64be5cbab8fb203645f4ef))
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0 ([#1905](https://togithub.com/googleapis/java-bigquerystorage/issues/1905)) ([767be03](https://togithub.com/googleapis/java-bigquerystorage/commit/767be035defbcc5b77f1276bb1a2983b6a7423bd))
- Update dependency org.apache.arrow:arrow-memory-netty to v10.0.1 ([#1895](https://togithub.com/googleapis/java-bigquerystorage/issues/1895)) ([8b079cc](https://togithub.com/googleapis/java-bigquerystorage/commit/8b079cc47ca914756bd73dda98bd15393754ebb1))
- Update dependency org.apache.arrow:arrow-vector to v10.0.1 ([#1896](https://togithub.com/googleapis/java-bigquerystorage/issues/1896)) ([087ac6e](https://togithub.com/googleapis/java-bigquerystorage/commit/087ac6e7ad813dc248e9029f91c454299a87b2b3))
### [`v2.26.0`](https://togithub.com/googleapis/java-bigquerystorage/blob/HEAD/CHANGELOG.md#2260-httpsgithubcomgoogleapisjava-bigquerystoragecomparev2250v2260-2022-11-18)
[Compare Source](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.25.0...v2.26.0)
##### Features
- Add missing_value_interpretations to AppendRowsRequest ([#1885](https://togithub.com/googleapis/java-bigquerystorage/issues/1885)) ([0def62f](https://togithub.com/googleapis/java-bigquerystorage/commit/0def62fb6375d35e753f60dc2ac3b102e15ef336))
- Add update schema support for multiplexing ([#1867](https://togithub.com/googleapis/java-bigquerystorage/issues/1867)) ([2adf81b](https://togithub.com/googleapis/java-bigquerystorage/commit/2adf81b70da043c6a66e38dbd52ef7aae9cffb9e))
- Fix windows build failure by using nanoSeconds instead of Instant for better accuracy. ([#1887](https://togithub.com/googleapis/java-bigquerystorage/issues/1887)) ([e5cd7df](https://togithub.com/googleapis/java-bigquerystorage/commit/e5cd7df54e2f6af12c240268a91e0afc2ec27a8a))
- Next release from main branch is 2.26.0 ([#1874](https://togithub.com/googleapis/java-bigquerystorage/issues/1874)) ([589dd63](https://togithub.com/googleapis/java-bigquerystorage/commit/589dd637dfc16fb9bd3655a0d98115f601983997))
- Provide sample code for row-level error handling ([#1863](https://togithub.com/googleapis/java-bigquerystorage/issues/1863)) ([027c5bb](https://togithub.com/googleapis/java-bigquerystorage/commit/027c5bb7cc27234bc1e3a552b4896b919921dc71))
##### Bug Fixes
- Fix window build bug caused by Instant resolution. ([#1884](https://togithub.com/googleapis/java-bigquerystorage/issues/1884)) ([2332dc1](https://togithub.com/googleapis/java-bigquerystorage/commit/2332dc13bb45c7377722a3a289d66a4cf73bb79d))
##### Dependencies
- Update dependency com.google.auto.value:auto-value to v1.10.1 ([#1888](https://togithub.com/googleapis/java-bigquerystorage/issues/1888)) ([9546298](https://togithub.com/googleapis/java-bigquerystorage/commit/954629811d0b9e942f23e0cb0d1935cd38e4b30b))
- Update dependency com.google.auto.value:auto-value-annotations to v1.10.1 ([#1889](https://togithub.com/googleapis/java-bigquerystorage/issues/1889)) ([b4eec03](https://togithub.com/googleapis/java-bigquerystorage/commit/b4eec032706f2ed7039b3ad9bfd81b8dea536008))
- Update dependency com.google.cloud:google-cloud-bigquery to v2.19.1 ([#1878](https://togithub.com/googleapis/java-bigquerystorage/issues/1878)) ([4b1989b](https://togithub.com/googleapis/java-bigquerystorage/commit/4b1989b51d18b081c8e980a59bd6117230c11a9d))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5e57edcaf..4131f8766 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
com.google.cloud
google-cloud-bigquerystorage-bom
- 2.25.0
+ 2.27.0
pom
import
@@ -96,7 +96,7 @@
com.google.cloud
google-cloud-datacatalog-bom
- 1.12.0
+ 1.13.0
pom
import
@@ -154,7 +154,7 @@
com.google.cloud
google-cloud-storage
- 2.15.1
+ 2.16.0
test
From e4d1076a623c6f491a57278e22397b79d4d7b0ee Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 13 Dec 2022 21:00:21 +0000
Subject: [PATCH 32/32] chore(main): release 2.20.0 (#2408)
:robot: I have created a release *beep* *boop*
---
## [2.20.0](https://togithub.com/googleapis/java-bigquery/compare/v2.19.1...v2.20.0) (2022-12-13)
### Features
* Add fast query path support when empty jobId object is passed ([#2349](https://togithub.com/googleapis/java-bigquery/issues/2349)) ([42c083a](https://togithub.com/googleapis/java-bigquery/commit/42c083ac680c657bf3f648fbce81004ecac8be87))
* Next release from main branch is 2.20.0 ([#2405](https://togithub.com/googleapis/java-bigquery/issues/2405)) ([9297a43](https://togithub.com/googleapis/java-bigquery/commit/9297a4359f7b080a60b6bb5873edfd66cd7d2261))
### Dependencies
* Update arrow.version to v10.0.1 ([#2426](https://togithub.com/googleapis/java-bigquery/issues/2426)) ([aff9019](https://togithub.com/googleapis/java-bigquery/commit/aff901904d04a9a35042126a90e2a2826283a3e7))
* Update cloud client dependencies ([#2444](https://togithub.com/googleapis/java-bigquery/issues/2444)) ([7255357](https://togithub.com/googleapis/java-bigquery/commit/7255357fc3bc715ebe15761acbe83c5e33495fdc))
* Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.8.0 ([#2418](https://togithub.com/googleapis/java-bigquery/issues/2418)) ([1ac1653](https://togithub.com/googleapis/java-bigquery/commit/1ac1653ed705fa7173c4a83ab37169fdb15422e3))
* Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.9.0 ([#2441](https://togithub.com/googleapis/java-bigquery/issues/2441)) ([01cc3c3](https://togithub.com/googleapis/java-bigquery/commit/01cc3c3d64884c2d7b68c5099de7c0959c1846db))
* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20221127-2.0.0 ([#2437](https://togithub.com/googleapis/java-bigquery/issues/2437)) ([eb52002](https://togithub.com/googleapis/java-bigquery/commit/eb52002919843ad9341d3f9b06c10e401637b82a))
* Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.12.0 ([#2419](https://togithub.com/googleapis/java-bigquery/issues/2419)) ([c449031](https://togithub.com/googleapis/java-bigquery/commit/c4490315b62606371e134f2a9c2fbfabc60bee03))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0 ([#2435](https://togithub.com/googleapis/java-bigquery/issues/2435)) ([c99b215](https://togithub.com/googleapis/java-bigquery/commit/c99b21552e30a509b6220de7a491566dbab086db))
* Update dependency com.google.cloud:google-cloud-storage to v2.15.1 ([#2420](https://togithub.com/googleapis/java-bigquery/issues/2420)) ([baf337a](https://togithub.com/googleapis/java-bigquery/commit/baf337a12e89af73db0c2494e61f271f32e44ed0))
* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.18 ([#2424](https://togithub.com/googleapis/java-bigquery/issues/2424)) ([63b5196](https://togithub.com/googleapis/java-bigquery/commit/63b51969dc20747d3dd1f127cc0fcb2d27c9c8c0))
* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.19 ([#2432](https://togithub.com/googleapis/java-bigquery/issues/2432)) ([396c6dc](https://togithub.com/googleapis/java-bigquery/commit/396c6dc101837a801c7f693f3a3548eb6685feaf))
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.18 ([#2425](https://togithub.com/googleapis/java-bigquery/issues/2425)) ([cd2ae9f](https://togithub.com/googleapis/java-bigquery/commit/cd2ae9f3d2c19be8a375e6be57a7e6b805b1ac4e))
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.19 ([#2433](https://togithub.com/googleapis/java-bigquery/issues/2433)) ([bf94087](https://togithub.com/googleapis/java-bigquery/commit/bf940878a7cf602b7f0736335653bc6c479e2df6))
* Update jmh.version to v1.36 ([#2415](https://togithub.com/googleapis/java-bigquery/issues/2415)) ([0676586](https://togithub.com/googleapis/java-bigquery/commit/06765866bf4507f8f6ebbaee28e7dc698f9ba14c))
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 25 +++++++++++++++++++++++++
benchmark/pom.xml | 2 +-
google-cloud-bigquery/pom.xml | 4 ++--
pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
6 files changed, 32 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2959a5a17..5c22cf03e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog
+## [2.20.0](https://github.com/googleapis/java-bigquery/compare/v2.19.1...v2.20.0) (2022-12-13)
+
+
+### Features
+
+* Add fast query path support when empty jobId object is passed ([#2349](https://github.com/googleapis/java-bigquery/issues/2349)) ([42c083a](https://github.com/googleapis/java-bigquery/commit/42c083ac680c657bf3f648fbce81004ecac8be87))
+* Next release from main branch is 2.20.0 ([#2405](https://github.com/googleapis/java-bigquery/issues/2405)) ([9297a43](https://github.com/googleapis/java-bigquery/commit/9297a4359f7b080a60b6bb5873edfd66cd7d2261))
+
+
+### Dependencies
+
+* Update arrow.version to v10.0.1 ([#2426](https://github.com/googleapis/java-bigquery/issues/2426)) ([aff9019](https://github.com/googleapis/java-bigquery/commit/aff901904d04a9a35042126a90e2a2826283a3e7))
+* Update cloud client dependencies ([#2444](https://github.com/googleapis/java-bigquery/issues/2444)) ([7255357](https://github.com/googleapis/java-bigquery/commit/7255357fc3bc715ebe15761acbe83c5e33495fdc))
+* Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.8.0 ([#2418](https://github.com/googleapis/java-bigquery/issues/2418)) ([1ac1653](https://github.com/googleapis/java-bigquery/commit/1ac1653ed705fa7173c4a83ab37169fdb15422e3))
+* Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.9.0 ([#2441](https://github.com/googleapis/java-bigquery/issues/2441)) ([01cc3c3](https://github.com/googleapis/java-bigquery/commit/01cc3c3d64884c2d7b68c5099de7c0959c1846db))
+* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20221127-2.0.0 ([#2437](https://github.com/googleapis/java-bigquery/issues/2437)) ([eb52002](https://github.com/googleapis/java-bigquery/commit/eb52002919843ad9341d3f9b06c10e401637b82a))
+* Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.12.0 ([#2419](https://github.com/googleapis/java-bigquery/issues/2419)) ([c449031](https://github.com/googleapis/java-bigquery/commit/c4490315b62606371e134f2a9c2fbfabc60bee03))
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0 ([#2435](https://github.com/googleapis/java-bigquery/issues/2435)) ([c99b215](https://github.com/googleapis/java-bigquery/commit/c99b21552e30a509b6220de7a491566dbab086db))
+* Update dependency com.google.cloud:google-cloud-storage to v2.15.1 ([#2420](https://github.com/googleapis/java-bigquery/issues/2420)) ([baf337a](https://github.com/googleapis/java-bigquery/commit/baf337a12e89af73db0c2494e61f271f32e44ed0))
+* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.18 ([#2424](https://github.com/googleapis/java-bigquery/issues/2424)) ([63b5196](https://github.com/googleapis/java-bigquery/commit/63b51969dc20747d3dd1f127cc0fcb2d27c9c8c0))
+* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.19 ([#2432](https://github.com/googleapis/java-bigquery/issues/2432)) ([396c6dc](https://github.com/googleapis/java-bigquery/commit/396c6dc101837a801c7f693f3a3548eb6685feaf))
+* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.18 ([#2425](https://github.com/googleapis/java-bigquery/issues/2425)) ([cd2ae9f](https://github.com/googleapis/java-bigquery/commit/cd2ae9f3d2c19be8a375e6be57a7e6b805b1ac4e))
+* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.19 ([#2433](https://github.com/googleapis/java-bigquery/issues/2433)) ([bf94087](https://github.com/googleapis/java-bigquery/commit/bf940878a7cf602b7f0736335653bc6c479e2df6))
+* Update jmh.version to v1.36 ([#2415](https://github.com/googleapis/java-bigquery/issues/2415)) ([0676586](https://github.com/googleapis/java-bigquery/commit/06765866bf4507f8f6ebbaee28e7dc698f9ba14c))
+
## [2.19.1](https://github.com/googleapis/java-bigquery/compare/v2.19.0...v2.19.1) (2022-11-08)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 69011291e..bb0b93e16 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.19.2-SNAPSHOT
+ 2.20.0
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index ee75b9df3..78d5997f7 100644
--- a/google-cloud-bigquery/pom.xml
+++ b/google-cloud-bigquery/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquery
- 2.19.2-SNAPSHOT
+ 2.20.0
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.19.2-SNAPSHOT
+ 2.20.0
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 4131f8766..0f7fcfbdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.19.2-SNAPSHOT
+ 2.20.0
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -110,7 +110,7 @@
com.google.cloud
google-cloud-bigquery
- 2.19.2-SNAPSHOT
+ 2.20.0
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index c52c2cfd6..e27ce4166 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.19.2-SNAPSHOT
+ 2.20.0
diff --git a/versions.txt b/versions.txt
index 697276911..400df5cbf 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.19.1:2.19.2-SNAPSHOT
\ No newline at end of file
+google-cloud-bigquery:2.20.0:2.20.0
\ No newline at end of file