-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add integration tests for partitioning. #5439
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
Conversation
...torage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageTest.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #5439 +/- ##
============================================
+ Coverage 50.31% 50.64% +0.33%
Complexity 24045 24045
============================================
Files 2271 2271
Lines 229032 229085 +53
Branches 24225 25003 +778
============================================
+ Hits 115226 116013 +787
- Misses 104429 104444 +15
+ Partials 9377 8628 -749
Continue to review full report at Codecov.
|
shollyman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect that the codecov difference is likely due to a stale master. Could you pull the latest master and merge it into this branch? Once its done testing I'll go ahead and merge.
The tests in this change cover: * Reading from a column partitioned table. * Reading from a table that uses ingestion time partitioning.
Applying feedback from @shollyman.
|
@shollyman, rebased from latest master and updated the PR. |
The tests in this change cover:
@tswast or @shollyman, please review.
CC: @kmjung , @aryann