alexdongli0829 commented on code in PR #4661:
URL: https://github.com/apache/hbase/pull/4661#discussion_r943323866
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtil.java:
##########
@@ -1575,6 +1575,20 @@ public void deleteTable(TableName tableName) throws
IOException {
getAdmin().deleteTable(tableName);
}
+ /**
+ * Drop an existing table
+ * @param tableName existing table
+ * @param archive if archive the data when delete the table
+ */
+ public void deleteTable(TableName tableName, boolean archive) throws
IOException {
Review Comment:
@Apache9 Correct! Will update the 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]