pankaj72981 commented on a change in pull request #2673:
URL: https://github.com/apache/hbase/pull/2673#discussion_r525843029
##########
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:
Shall we print `Quota is disabled` when quota table don't exist (same
way describe_namespace).
----------------------------------------------------------------
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]