-
Notifications
You must be signed in to change notification settings - Fork 81
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: Disable Breaking change related code site #731
fix: Disable Breaking change related code site #731
Conversation
@@ -256,8 +256,11 @@ public void testJsonStreamWriterBatchWriteWithCommittedStream() | |||
JSONArray row = new JSONArray(new JSONObject[] {testStr, testNumerics, testDateTime}); | |||
|
|||
ApiFuture<AppendRowsResponse> response = | |||
jsonStreamWriter.append(row, -1, /* allowUnknownFields */ false); | |||
assertEquals(0, response.get().getOffset()); | |||
jsonStreamWriter.append(row, -1, /* allowUnknownFields */ false); |
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.
jsonStreamWriter.append(row, -1, /* allowUnknownFields */ false); | |
jsonStreamWriter.append(row, -1, /* allowUnknownFields */ false); |
@@ -257,6 +257,7 @@ public void testJsonStreamWriterBatchWriteWithCommittedStream() | |||
|
|||
ApiFuture<AppendRowsResponse> response = | |||
jsonStreamWriter.append(row, -1, /* allowUnknownFields */ false); | |||
|
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.
Codecov Report
@@ Coverage Diff @@
## master #731 +/- ##
=========================================
Coverage 80.25% 80.25%
Complexity 957 957
=========================================
Files 73 73
Lines 5324 5319 -5
Branches 403 401 -2
=========================================
- Hits 4273 4269 -4
Misses 880 880
+ Partials 171 170 -1
Continue to review full report at Codecov.
|
🤖 I have created a release \*beep\* \*boop\* --- ### [1.7.2](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.7.1...v1.7.2) (2020-12-15) ### Bug Fixes * Disable Breaking change related code site ([#731](https://www.github.com/googleapis/java-bigquerystorage/issues/731)) ([d180293](https://www.github.com/googleapis/java-bigquerystorage/commit/d180293b47484c6257ae065f7ea2a5a6be8a5383)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.0 ([#735](https://www.github.com/googleapis/java-bigquerystorage/issues/735)) ([131d7a7](https://www.github.com/googleapis/java-bigquerystorage/commit/131d7a7626adebf9a0c97ffb2b0183a55086b5f7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️