Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CDAC2200BAA for ; Thu, 27 Oct 2016 20:39:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC69E160B05; Thu, 27 Oct 2016 18:39:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1F9EC160B01 for ; Thu, 27 Oct 2016 20:39:02 +0200 (CEST) Received: (qmail 31355 invoked by uid 500); 27 Oct 2016 18:39:01 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 31065 invoked by uid 99); 27 Oct 2016 18:39:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 18:39:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DFA7F2C2A68 for ; Thu, 27 Oct 2016 18:39:00 +0000 (UTC) Date: Thu, 27 Oct 2016 18:39:00 +0000 (UTC) From: "ChiaPing Tsai (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16954) Unify HTable#checkAndDelete with AP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Oct 2016 18:39:04 -0000 [ https://issues.apache.org/jira/browse/HBASE-16954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-16954: ---------------------------------- Affects Version/s: 2.0.0 > 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)