-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bigquery: add range partitioning to tables, load jobs, and query jobs. #6552
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
Bigquery: add range partitioning to tables, load jobs, and query jobs. #6552
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6552 +/- ##
============================================
+ Coverage 46.34% 46.36% +0.01%
- Complexity 27997 28018 +21
============================================
Files 2613 2614 +1
Lines 288068 288194 +126
Branches 33778 33790 +12
============================================
+ Hits 133516 133609 +93
- Misses 144312 144334 +22
- Partials 10240 10251 +11
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.
Thanks for this. The backend is now enabled, so this can be submitted and released.
| this.range = Range.fromPb(rangePartitioning.getRange()); | ||
| } | ||
|
|
||
| /** Returns the field of range partitioning. */ |
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.
/** Returns the range partitioning field. */
PR Contains :
RangePartitioningclasses and properties add support for the integer rangepartitioning feature. These offer more flexibility in partitioning options than
time-based partitioning.