This repository was archived by the owner on Feb 24, 2026. It is now read-only.
feat: add an enhanced layer for BigQuery Storage v1 client#66
Merged
stephaniewang526 merged 2 commits intogoogleapis:masterfrom Feb 7, 2020
mmladenovski:readapi_v1
Merged
feat: add an enhanced layer for BigQuery Storage v1 client#66stephaniewang526 merged 2 commits intogoogleapis:masterfrom mmladenovski:readapi_v1
stephaniewang526 merged 2 commits intogoogleapis:masterfrom
mmladenovski:readapi_v1
Conversation
This commit makes it easier for reviewing later changes that update the enhanced layer to v1.
v1beta2 and v1 APIs are the same, with the only difference in the version.
Contributor
|
LGTM. |
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=========================================
Coverage ? 70.81%
Complexity ? 265
=========================================
Files ? 39
Lines ? 1809
Branches ? 4
=========================================
Hits ? 1281
Misses ? 524
Partials ? 4
Continue to review full report at Codecov.
|
stephaniewang526
approved these changes
Feb 7, 2020
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
* samples: fix install-without-bom version * samples: fix snapshot version * samples: fix libraries-bom version
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request creates an enhanced shim layer in the BigQuery Storage API v1 client in order to apply a streaming resumption strategy for the ReadRows method.
@kmjung , please review the changes.