-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bigquery: Fix defaultPartitionExpirationMs for Dataset. #6445
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: Fix defaultPartitionExpirationMs for Dataset. #6445
Conversation
| EncryptionConfiguration defaultEncryptionConfiguration); | ||
|
|
||
| /** | ||
| * [Optional] The default partition expiration for all partitioned tables in the dataset, in |
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.
partition expiration time
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.
Done.
| /** | ||
| * [Optional] The default partition expiration for all partitioned tables in the dataset, in | ||
| * milliseconds. Once this property is set, all newly-created partitioned tables in the dataset | ||
| * will have an expirationMs property in the timePartitioning settings set to this value, and |
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.
value, and changing --> value. Changing
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.
Done.
| * [Optional] The default partition expiration for all partitioned tables in the dataset, in | ||
| * milliseconds. Once this property is set, all newly-created partitioned tables in the dataset | ||
| * will have an expirationMs property in the timePartitioning settings set to this value, and | ||
| * changing the value will only affect new tables, not existing ones. The storage in a partition |
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.
will only --> only
(Tech writing lives in the eternal present)
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.
Done.
| * milliseconds. Once this property is set, all newly-created partitioned tables in the dataset | ||
| * will have an expirationMs property in the timePartitioning settings set to this value, and | ||
| * changing the value will only affect new tables, not existing ones. The storage in a partition | ||
| * will have an expiration time of its partition time plus this value. Setting this property |
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.
will have --> has
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.
Done.
Codecov Report
@@ Coverage Diff @@
## master #6445 +/- ##
============================================
+ Coverage 46.34% 46.34% +<.01%
- Complexity 27968 27970 +2
============================================
Files 2613 2613
Lines 287931 287942 +11
Branches 33756 33757 +1
============================================
+ Hits 133452 133458 +6
- Misses 144259 144264 +5
Partials 10220 10220
Continue to review full report at Codecov.
|
|
@shollyman PTAL. |
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!
No description provided.