You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/06/30 03:50:14 UTC

[GitHub] [hbase] ddupg commented on a change in pull request #1994: HBASE-24654 Allow unset table's rsgroup

ddupg commented on a change in pull request #1994:
URL: https://github.com/apache/hbase/pull/1994#discussion_r447391776



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/TableDescriptorBuilder.java
##########
@@ -554,6 +554,11 @@ public TableDescriptorBuilder setRegionServerGroup(String group) {
     return this;
   }
 
+  public TableDescriptorBuilder unsetRegionServerGroup() {

Review comment:
       Thanks for reviewing and comments, I've renamed it and added UTs.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org