Josh Elser created PHOENIX-4457:
-----------------------------------
Summary: Account for the Table interface addition of checkAndMutate
Key: PHOENIX-4457
URL: https://issues.apache.org/jira/browse/PHOENIX-4457
Project: Phoenix
Issue Type: Bug
Reporter: Josh Elser
Assignee: Sergey Soldatov
Priority: Blocker
Fix For: 5.0.0
HBASE-19213 added a new method to Table:
{code}
+ CheckAndMutateBuilder checkAndMutate(byte[] row, byte[] family);
{code}
Need to account for this in our Table implementations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)