Add integration tests for partitioning.#5439
Merged
shollyman merged 2 commits intogoogleapis:masterfrom Jun 7, 2019
mmladenovski:part_it_tests
Merged
Add integration tests for partitioning.#5439shollyman merged 2 commits intogoogleapis:masterfrom mmladenovski:part_it_tests
shollyman merged 2 commits intogoogleapis:masterfrom
mmladenovski:part_it_tests
Conversation
shollyman
reviewed
Jun 6, 2019
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
approved these changes
Jun 7, 2019
Contributor
shollyman
left a comment
There was a problem hiding this comment.
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.
Author
|
@shollyman, rebased from latest master and updated the PR. |
This was referenced Jun 12, 2019
9 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The tests in this change cover:
@tswast or @shollyman, please review.
CC: @kmjung , @aryann