-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: add JsonWriterCache.java and added JsonWriterCache in DirectWriter to allow JsonWrites #489
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ded test cases and changed some test file errors.
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 13, 2020
allenc3
changed the title
feat: add JsonWriterCache.java and added JsonWriterCache in DirectWriter to allow JsonWrites.
feat: add JsonWriterCache.java and added JsonWriterCache in DirectWriter to allow JsonWrites
Aug 13, 2020
Codecov Report
@@ Coverage Diff @@
## master #489 +/- ##
============================================
+ Coverage 78.30% 78.42% +0.12%
- Complexity 642 656 +14
============================================
Files 58 59 +1
Lines 3687 3764 +77
Branches 245 251 +6
============================================
+ Hits 2887 2952 +65
- Misses 687 696 +9
- Partials 113 116 +3
Continue to review full report at Codecov.
|
yirutang
approved these changes
Aug 14, 2020
pmakani
reviewed
Aug 14, 2020
...d-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/DirectWriter.java
Outdated
Show resolved
Hide resolved
...erystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/JsonWriterCacheTest.java
Show resolved
Hide resolved
pmakani
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 14, 2020
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 14, 2020
stephaniewang526
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 14, 2020
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 14, 2020
Wilson720
approved these changes
Aug 14, 2020
stephaniewang526
approved these changes
Aug 16, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 19, 2020
🤖 I have created a release \*beep\* \*boop\* --- ## [1.5.0](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.4.1...v1.5.0) (2020-08-19) ### Features * Add a flushAll() method that will flush all the inflight request and make sure all responses returned ([#492](https://www.github.com/googleapis/java-bigquerystorage/issues/492)) ([6134818](https://www.github.com/googleapis/java-bigquerystorage/commit/6134818f7bc5ada324a78d5c048bb2eeb83f8ca8)) * add JsonWriterCache.java and added JsonWriterCache in DirectWriter to allow JsonWrites ([#489](https://www.github.com/googleapis/java-bigquerystorage/issues/489)) ([34193b8](https://www.github.com/googleapis/java-bigquerystorage/commit/34193b88bcf64b97dbcde2183e7587fa44923d4b)) ### Dependencies * update dependency com.google.cloud:google-cloud-bigquery to v1.116.10 ([#483](https://www.github.com/googleapis/java-bigquerystorage/issues/483)) ([285b6f8](https://www.github.com/googleapis/java-bigquerystorage/commit/285b6f846753f387800d2787746ddb43de67a4b7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-04 19:39:21,590 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-04 19:39:22,445 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/5faa92eb-f8a8-4b7f-b2b2-0d9a2cd9028b/targets - [ ] To automatically regenerate this PR, check this box.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.