-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove bigtableadmin artifact #4533
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
Remove bigtableadmin artifact #4533
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4533 +/- ##
============================================
- Coverage 49.15% 48.52% -0.64%
+ Complexity 21940 20743 -1197
============================================
Files 2077 2076 -1
Lines 207215 203106 -4109
Branches 24108 23302 -806
============================================
- Hits 101861 98556 -3305
+ Misses 97180 96474 -706
+ Partials 8174 8076 -98
Continue to review full report at Codecov.
|
|
Just to confirm as it's a little hard to see in the diffs, does this PR remove the entire bigtable-admin module? |
|
Yep, the entire module is removed, you can see how the tree looks here: |
|
@igorbernstein2, can you please resolve the conflicts? |
# Conflicts: # google-cloud-bom/pom.xml # google-cloud-clients/google-cloud-bigtable-admin/pom.xml # google-cloud-testing/google-cloud-bigtable-emulator/README.md # versions.txt
|
Fixed, the test failure is unrelated |
Removes the google-bigtable-admin artifact (it was merged into the main bigtable artifact). Kokoro configs have been updated to stop referencing this artifact.