Apache9 commented on a change in pull request #1830:
URL: https://github.com/apache/hbase/pull/1830#discussion_r434257702



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
##########
@@ -2345,14 +2345,6 @@ public static TableName 
toTableName(HBaseProtos.TableName tableNamePB) {
         
.setQualifier(UnsafeByteOperations.unsafeWrap(tableName.getQualifier())).build();
   }
 
-  public static HBaseProtos.RegionInfo toProtoRegionInfo(

Review comment:
       We have two toRegionInfo methods for converting from RegionInfo to proto 
and vice versa. This method is not used and the implementation is wrong, so 
just remove 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:
us...@infra.apache.org


Reply via email to