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/29 15:35:32 UTC

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

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



##########
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:
       Maybe call it clearRegionServerGroup?




----------------------------------------------------------------
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