You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/06/15 14:29:49 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #309: HBASE-22590 Remove the deprecated methods in Table interface

HorizonNet commented on a change in pull request #309: HBASE-22590 Remove the deprecated methods in Table interface
URL: https://github.com/apache/hbase/pull/309#discussion_r294049016
 
 

 ##########
 File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/client/ThriftTable.java
 ##########
 @@ -410,8 +410,7 @@ public boolean thenMutate(RowMutations mutation) throws IOException {
   }
 
 
-  @Override
-  public boolean checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op,
+ private boolean checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op,
 
 Review comment:
   Why does this one get private?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services