Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 81463 invoked from network); 13 May 2009 16:34:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 16:34:10 -0000 Received: (qmail 86143 invoked by uid 500); 13 May 2009 16:34:10 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 86091 invoked by uid 500); 13 May 2009 16:34:10 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 86080 invoked by uid 99); 13 May 2009 16:34:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 16:34:10 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 16:34:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C40DA234C004 for ; Wed, 13 May 2009 09:33:45 -0700 (PDT) Message-ID: <955483422.1242232425801.JavaMail.jira@brutus> Date: Wed, 13 May 2009 09:33:45 -0700 (PDT) From: "Clint Morgan (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1264) Wrong return values of comparators for ColumnValueFilter In-Reply-To: <2010896180.1237218351291.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clint Morgan updated HBASE-1264: -------------------------------- Attachment: 1264-v3.patch Revert ColumnValueFilter to previous behavior, and fix the tests > Wrong return values of comparators for ColumnValueFilter > -------------------------------------------------------- > > Key: HBASE-1264 > URL: https://issues.apache.org/jira/browse/HBASE-1264 > Project: Hadoop HBase > Issue Type: Bug > Components: filters > Affects Versions: 0.19.1 > Environment: Ubuntu 8.04 (64 Bit), JDK 1.6 > Reporter: Thomas Schneider > Priority: Minor > Fix For: 0.19.2, 0.20.0 > > Attachments: 1264-v3.patch, hbase-1264-2.patch, hbase-1264.patch > > Original Estimate: 0.08h > Remaining Estimate: 0.08h > > The return values of the compareTo() method have to be changed against each other. The method has to return 0 if the regex matches and 1 if it does not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.