Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 27218 invoked from network); 24 Jan 2011 15:54:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2011 15:54:09 -0000 Received: (qmail 56005 invoked by uid 500); 24 Jan 2011 15:54:09 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 55792 invoked by uid 500); 24 Jan 2011 15:54:06 -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 55773 invoked by uid 99); 24 Jan 2011 15:54:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 15:54:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 15:54:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0OFrhRZ014157 for ; Mon, 24 Jan 2011 15:53:44 GMT Message-ID: <13883113.156761295884423902.JavaMail.jira@thor> Date: Mon, 24 Jan 2011 10:53:43 -0500 (EST) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Subject: [jira] Created: (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 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 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. - You can reply to this email to add a comment to the issue online.