Skip to content
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: nullpointerexception for listroutines and listmodels #890

Merged
merged 1 commit into from Oct 30, 2020

Conversation

pmakani
Copy link
Contributor

@pmakani pmakani commented Oct 30, 2020

Fixes #849

@pmakani pmakani requested review from stephaniewang526 and a team October 30, 2020 08:09
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 30, 2020
@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #890 into master will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #890      +/-   ##
============================================
- Coverage     80.38%   80.33%   -0.05%     
  Complexity     1270     1270              
============================================
  Files            79       79              
  Lines          6570     6574       +4     
  Branches        755      760       +5     
============================================
  Hits           5281     5281              
- Misses          893      897       +4     
  Partials        396      396              
Impacted Files Coverage Δ Complexity Δ
.../google/cloud/bigquery/spi/v2/HttpBigQueryRpc.java 4.36% <0.00%> (-0.05%) 2.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4598f6d...7e37020. Read the comment docs.

@stephaniewang526 stephaniewang526 merged commit 9e5c7c7 into googleapis:master Oct 30, 2020
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 30, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.124.1](https://www.github.com/googleapis/java-bigquery/compare/v1.124.0...v1.124.1) (2020-10-30)


### Bug Fixes

* nullpointerexception for listroutines and listmodels ([#890](https://www.github.com/googleapis/java-bigquery/issues/890)) ([9e5c7c7](https://www.github.com/googleapis/java-bigquery/commit/9e5c7c7a6a0e32ce145a727bcdc1493e149f3b14))


### Dependencies

* update dependency com.google.apis:google-api-services-bigquery to v2-rev20201022-1.30.10 ([#892](https://www.github.com/googleapis/java-bigquery/issues/892)) ([ea4f45e](https://www.github.com/googleapis/java-bigquery/commit/ea4f45e00de6f8da8352f5a85513996475960f7c))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
@pmakani pmakani deleted the bigquery-849 branch November 4, 2020 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullPointerException calling bigquery listRoutines and listModels
2 participants