-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Bigtable] GCRules.GCRule Javadoc fix for createTable #5066
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
Conversation
|
@igorbernstein2 Please have a look. Q: Should we consider to adding this note in client Javadoc as well? |
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Outdated
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Outdated
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Outdated
Show resolved
Hide resolved
...oud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateTableRequest.java
Outdated
Show resolved
Hide resolved
...s/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/GCRules.java
Outdated
Show resolved
Hide resolved
...s/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/GCRules.java
Outdated
Show resolved
Hide resolved
|
@igorbernstein2 |
igorbernstein2
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.
LGTM, but please follow up with another PR for equality
...oud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateTableRequest.java
Outdated
Show resolved
Hide resolved
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.
|
|
@sduskis @igorbernstein2 |
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Outdated
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Outdated
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Show resolved
Hide resolved
...loud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Outdated
Show resolved
Hide resolved
igorbernstein2
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.
LGTM. Sorry about the noise, I misread the code
Fixes #4056 and FIxes #4090 (Both of these issues are related to GCRule).