GeorryHuang commented on code in PR #2924:
URL: https://github.com/apache/hbase/pull/2924#discussion_r1350151910


##########
hbase-shell/src/main/ruby/hbase/admin.rb:
##########
@@ -786,6 +787,12 @@ def alter(table_name_str, wait = true, *args)
         # There are 3 possible options.
         # 1) Column family spec. Distinguished by having a NAME and no METHOD.
         method = arg.delete(METHOD)
+
+        if !method.nil? && method == 'avoid_reopening_regions'

Review Comment:
    Sounds great. I have already made the changes to the corresponding code.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to