ddupg commented on a change in pull request #2673:
URL: https://github.com/apache/hbase/pull/2673#discussion_r525845082
##########
File path: hbase-shell/src/main/ruby/shell/commands/describe.rb
##########
@@ -44,7 +44,8 @@ def command(table)
puts
end
formatter.footer
- if table.to_s != 'hbase:meta'
+ if admin.exists?(::HBaseQuotasConstants::QUOTA_TABLE_NAME.to_s) \
Review comment:
OK, let me fix it as you said.
----------------------------------------------------------------
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]