Skip to content
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

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

Merged
merged 2 commits into from
Jul 10, 2019

Conversation

kmjung
Copy link

@kmjung kmjung commented Jul 3, 2019

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 team as a code owner July 3, 2019 01:58
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 3, 2019
@kmjung
Copy link
Author

kmjung commented Jul 3, 2019

cc: @tswast

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

codecov bot commented Jul 3, 2019

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 Files Coverage Δ Complexity Δ
...eta1/stub/readrows/ReadRowsResumptionStrategy.java 100% <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.

@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 8, 2019
@yoshi-kokoro yoshi-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:master Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants