[
https://issues.apache.org/jira/browse/HBASE-16954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15621166#comment-15621166
]
Hudson commented on HBASE-16954:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1886 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1886/])
HBASE-16954 Unify HTable#checkAndDelete with AP (ChiaPing Tsai) (daoye.ch: rev
6ce05d44e5f6c78df1eae79d682b49ae7d410a89)
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/SplitLogTask.java
> Unify HTable#checkAndDelete with AP
> -----------------------------------
>
> Key: HBASE-16954
> URL: https://issues.apache.org/jira/browse/HBASE-16954
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 2.0.0
> Reporter: ChiaPing Tsai
> Assignee: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16954.v0.patch, HBASE-16954.v1.patch
>
>
> The HTable#checkAndDelete(byte[], byte[], byte[], byte[], Delete) can be
> implemented by HTable#checkAndDelete(byte[], byte[], byte[], byte[],
> CompareType.EQUAL, Delete). As a result, all HTable#checkAndDelete methods
> can be unified with AP.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)