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 15:19:36 UTC

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

Apache9 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_r294050600
 
 

 ##########
 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:
   It is called by other methods in this class so we can not 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:
users@infra.apache.org


With regards,
Apache Git Services