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:
[email protected]