-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat: expose requirepartitionfilter field in table #158
Conversation
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Table.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Table.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Table.java
Outdated
Show resolved
Hide resolved
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.
Sorry, I'm still not convinced this is OK as there are alternatives that do not break the API.
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Table.java
Outdated
Show resolved
Hide resolved
this will no longer be needed
add empty default implementation instead in the public class
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
============================================
- Coverage 77.44% 77.36% -0.09%
- Complexity 1110 1116 +6
============================================
Files 73 73
Lines 5932 5950 +18
Branches 645 626 -19
============================================
+ Hits 4594 4603 +9
- Misses 1013 1019 +6
- Partials 325 328 +3 Continue to review full report at Codecov.
|
@@ -399,6 +414,14 @@ public BigInteger getNumRows() { | |||
return labels.userMap(); | |||
} | |||
|
|||
/** | |||
* Returns true if a partition filter (that can be used for partition elimination) is |
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.
@pmakani - hey i can't seem to get this right on GH... could you please see to getting the comment here right to be "is required for..."
40aef0a
to
29cf74c
Compare
Fixes #156