[
https://issues.apache.org/jira/browse/HBASE-19351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16267405#comment-16267405
]
Ted Yu commented on HBASE-19351:
--------------------------------
{code}
848 @Override
849 public boolean checkAndMutate(byte[] row, byte[] family, byte[]
qualifier,
850 CompareOperator compareOp, byte[] value, RowMutations rm) throws
IOException {
{code}
The above should be deprecated, right ?
The other changes look good.
> Deprecated is missing in Table implementations
> ----------------------------------------------
>
> Key: HBASE-19351
> URL: https://issues.apache.org/jira/browse/HBASE-19351
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0-alpha-4
> Reporter: Peter Somogyi
> Assignee: Peter Somogyi
> Priority: Minor
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19351.master.001.patch
>
>
> Table interface has some deprecated methods and the implementations do not
> have it so those methods are visible as non-deprecated.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)