Skip to content

Update resumption strategy to use format-independent row count. - #5658

Merged
chingor13 merged 2 commits into
googleapis:masterfrom
kmjung:bq_storage_row_count
Jul 10, 2019
Merged

Update resumption strategy to use format-independent row count.#5658
chingor13 merged 2 commits into
googleapis:masterfrom
kmjung:bq_storage_row_count

Conversation

@kmjung

Copy link
Copy Markdown

This change modifies the ReadRowsResumptionStrategy helper class in the BigQuery
storage client to use the new format-independent row count value in the
ReadRowsResponse message in order to track stream position. It also modifies
various test files to use the new row count value.

This change modifies the ReadRowsResumptionStrategy helper class in the BigQuery
storage client to use the new format-independent row count value in the
ReadRowsResponse message in order to track stream position. It also modifies
various test files to use the new row count value.
@kmjung
kmjung requested a review from a teamJuly 3, 2019 01:58
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 3, 2019
@kmjung

Copy link
Copy Markdown
Author

cc: @tswast

@sduskissduskis added the api: bigquery Issues related to the BigQuery API. label Jul 3, 2019
@sduskis
sduskis requested review from shollyman and tswast and removed request for a teamJuly 3, 2019 16:45
@sduskissduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 3, 2019
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 3, 2019
@codecov

codecovBot commented Jul 3, 2019

Copy link
Copy Markdown

Codecov Report

Merging #5658 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@## master #5658 +/- ##
=========================================
Coverage 46.71% 46.71% + Complexity 24644 24629 -15 
=========================================
Files 2351 2351 Lines 256127 256127 Branches 29320 29325 +5 =========================================
Hits 119648 119648 Misses 127559 127559 Partials 8920 8920
Impacted FilesCoverage ΔComplexity Δ
...eta1/stub/readrows/ReadRowsResumptionStrategy.java100% <100%> (ø)5 <1> (ø)⬇️

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 1392cab...610760b. Read the comment docs.

@chingor13chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 8, 2019
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 8, 2019
@chingor13
chingor13 merged commit 84c92f9 into googleapis:masterJul 10, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigqueryIssues related to the BigQuery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@kmjung@shollyman@chingor13@sduskis@googlebot@yoshi-kokoro