Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 62953 invoked from network); 1 Feb 2011 22:06:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 22:06:10 -0000 Received: (qmail 3113 invoked by uid 500); 1 Feb 2011 22:06:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3058 invoked by uid 500); 1 Feb 2011 22:06:10 -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 3044 invoked by uid 99); 1 Feb 2011 22:06:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 22:06:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 22:06:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9C05E187793 for ; Tue, 1 Feb 2011 22:05:29 +0000 (UTC) Date: Tue, 1 Feb 2011 22:05:29 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: <1758212314.3792.1296597929635.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <13883113.156761295884423902.JavaMail.jira@thor> Subject: [jira] Updated: (HBASE-3468) Enhance checkAndPut and checkAndDelete with comparators MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-3468: ---------------------------------- Status: Patch Available (was: Open) > Enhance checkAndPut and checkAndDelete with comparators > ------------------------------------------------------- > > Key: HBASE-3468 > URL: https://issues.apache.org/jira/browse/HBASE-3468 > Project: HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.92.0 > > Attachments: HBASE-3468.patch > > > Enhance checkAndPut and checkAndDelete with comparators from o.a.h.h.filter. > Rather than support only an equality test against a binary string, test for any comparison operator result: LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL, GREATER_OR_EQUAL, GREATER, and NO_OP; and compare using any of the comparators that extend WritableByteArrayComparable: Binary, BinaryPrefix, RegexString, Substring. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira