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:
[email protected]
With regards,
Apache Git Services