Uh oh!
There was an error while loading. Please reload this page.
[Bigtable] GCRules.GCRule Javadoc fix for createTable - #5066
Conversation
rahulKQL
commented
May 6, 2019
@igorbernstein2 Please have a look. Q: Should we consider to adding this note in client Javadoc as well? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rahulKQL
commented
May 6, 2019
@igorbernstein2 |
igorbernstein2
left a comment
There was a problem hiding this comment.
LGTM, but please follow up with another PR for equality
Uh oh!
There was an error while loading. Please reload this page.
Added sample code on createTable, createTableAsync for `GCRules.GCRule` usage. Added note for GCRules regarding database compaction
Updated GCRules note, removed empty params, and updated BigtableTableAdminClient with better example
Codecov Report
@@ Coverage Diff @@## master #5066 +/- ##
============================================
+ Coverage 50.4% 50.4% +<.01%
Complexity 23785 23785 ============================================
Files 2251 2251 Lines 226785 226791 +6 Branches 24966 24966 ============================================
+ Hits 114314 114320 +6
Misses 103864 103864 Partials 8607 8607
Continue to review full report at Codecov.
|
rahulKQL
commented
May 10, 2019
@sduskis@igorbernstein2 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
igorbernstein2
left a comment
There was a problem hiding this comment.
LGTM. Sorry about the noise, I misread the code
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
* GCRules.GCRule sample code on createTable Added sample code on createTable, createTableAsync for `GCRules.GCRule` usage. Added note for GCRules regarding database compaction * Addressing review comments Updated GCRules note, removed empty params, and updated BigtableTableAdminClient with better example * Addressing feedback and rearranged gcRule example * Updated GCRules argument description
Fixes#4056 and FIxes#4090 (Both of these issues are related to GCRule).