busbey commented on a change in pull request #2254:
URL: https://github.com/apache/hbase/pull/2254#discussion_r478572332
##########
File path: hbase-shell/src/main/ruby/hbase/admin.rb
##########
@@ -537,8 +537,8 @@ def assign(region_name)
#----------------------------------------------------------------------------------------------
# Unassign a region
- def unassign(region_name, force)
- @admin.unassign(region_name.to_java_bytes,
java.lang.Boolean.valueOf(force))
+ def unassign(region_name)
Review comment:
this compatibility break is still present. could you correct it similar
to how you did for the unassign shell command?
----------------------------------------------------------------
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]