-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: handle specific exceptions #1370
fix: handle specific exceptions #1370
Conversation
…ervice.BIGQUERY_EXCEPTION_HANDLER for listDataset
@@ -0,0 +1,36 @@ | |||
/* | |||
* Copyright 2015 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright 2015 Google LLC | |
* Copyright 2021 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Hi Prashant, please update the PR subject and initial commit to |
Hi Stephanie, I have updated the subject and have fixed the linting error. Please let me know if you see any further issues. Regards, |
🤖 I have created a release \*beep\* \*boop\* --- ### [1.133.1](https://www.github.com/googleapis/java-bigquery/compare/v1.133.0...v1.133.1) (2021-06-16) ### Bug Fixes * handle specific exceptions ([#1370](https://www.github.com/googleapis/java-bigquery/issues/1370)) ([68808e9](https://www.github.com/googleapis/java-bigquery/commit/68808e9f47c07af598324f3f07dd996bc1e5297b)) ### Dependencies * update dependency com.google.cloud:google-cloud-storage to v1.116.0 ([#1375](https://www.github.com/googleapis/java-bigquery/issues/1375)) ([d064b7b](https://www.github.com/googleapis/java-bigquery/commit/d064b7b363508d1a958b92563c5df1d1c429c69d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Added retry logic on
java.net.ConnectException
andjava.net.UnknownHostException
forBigQueryImpl.listDatasets()
andBigQueryImpl.queryRpc()
methodsFixes # #1254 and googleapis/gax-java#1301 ☕️