saintstack commented on a change in pull request #2655:
URL: https://github.com/apache/hbase/pull/2655#discussion_r532851995
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
##########
@@ -1314,7 +1314,7 @@ public static Put makePutFromRegionInfo(RegionInfo
regionInfo, long ts) throws I
/**
* Generates and returns a Delete containing the region info for the catalog
table
*/
- private static Delete makeDeleteFromRegionInfo(RegionInfo regionInfo, long
ts) {
+ public static Delete makeDeleteFromRegionInfo(RegionInfo regionInfo, long
ts) {
Review comment:
I don't see this change over in
https://github.com/apache/hbase/pull/2003/files
There are conflicts w/ this patch?
Thanks @clarax
----------------------------------------------------------------
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]