Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

feat: add JsonWriterCache.java and added JsonWriterCache in DirectWriter to allow JsonWrites - #489

Merged
stephaniewang526 merged 5 commits into
googleapis:masterfrom
allenc3:JsonDirectWriter
Aug 16, 2020
Merged

feat: add JsonWriterCache.java and added JsonWriterCache in DirectWriter to allow JsonWrites#489
stephaniewang526 merged 5 commits into
googleapis:masterfrom
allenc3:JsonDirectWriter

Conversation

@allenc3

Copy link
Copy Markdown
Contributor

No description provided.

@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Aug 13, 2020
@allenc3allenc3 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 JsonWritesAug 13, 2020
@codecov

codecovBot commented Aug 13, 2020

Copy link
Copy Markdown

Codecov Report

Merging #489 into master will increase coverage by 0.12%.
The diff coverage is 84.41%.

Impacted file tree graph

@@ 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 
Impacted FilesCoverage ΔComplexity Δ
.../cloud/bigquery/storage/v1alpha2/DirectWriter.java77.55% <72.22%> (-3.10%)6.00 <1.00> (+1.00)⬇️
...oud/bigquery/storage/v1alpha2/JsonWriterCache.java87.93% <87.93%> (ø)12.00 <12.00> (?)
...ud/bigquery/storage/v1alpha2/JsonStreamWriter.java77.39% <100.00%> (+0.19%)13.00 <1.00> (+1.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 f20fd94...985b186. Read the comment docs.

@pmakanipmakani added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
@stephaniewang526stephaniewang526 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
@allenc3
allenc3 marked this pull request as ready for review August 14, 2020 17:29
@stephaniewang526
stephaniewang526 merged commit 34193b8 into googleapis:masterAug 16, 2020
gcf-merge-on-greenBot 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 freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@allenc3@stephaniewang526@yirutang@Wilson720@pmakani@yoshi-kokoro