HorizonNet commented on a change in pull request #170: HBASE-22275 Removed
deprecated getRegionInfo in HRegionLocation
URL: https://github.com/apache/hbase/pull/170#discussion_r277628375
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MultiServerCallable.java
##########
@@ -76,7 +75,7 @@ protected HRegionLocation getLocation() {
}
@Override
- public HRegionInfo getHRegionInfo() {
+ public RegionInfo getRegionInfo() {
Review comment:
This one is marked as private. Per description in the book we can change it
without further notice. Because of that, I thought we change it directly
instead of deprecating it.
----------------------------------------------------------------
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