Apache9 commented on a change in pull request #747: HBASE-23203 NPE in RSGroup
info
URL: https://github.com/apache/hbase/pull/747#discussion_r337860007
##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
##########
@@ -124,6 +124,14 @@
*/
List<TableDescriptor> listTableDescriptors() throws IOException;
+ /**
+ * List all tables including system tables.
Review comment:
I think this should whether or not including system tables? There is a
boolean parameter...
----------------------------------------------------------------
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]
With regards,
Apache Git Services