petersomogyi commented on a change in pull request #2850:
URL: https://github.com/apache/hbase/pull/2850#discussion_r553409589
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionInfo.java
##########
@@ -68,7 +68,7 @@
*
*/
@InterfaceAudience.Public
-public interface RegionInfo {
+public interface RegionInfo extends Comparable<RegionInfo> {
Review comment:
No, it shouldn't. This is the same change that went into HBase 2.3.0+ in
HBASE-23753.
----------------------------------------------------------------
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]