Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 51680 invoked from network); 23 Jul 2008 22:16:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 22:16:53 -0000 Received: (qmail 90242 invoked by uid 500); 23 Jul 2008 22:16:53 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 90125 invoked by uid 500); 23 Jul 2008 22:16:52 -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 90114 invoked by uid 99); 23 Jul 2008 22:16:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 15:16:52 -0700 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, 23 Jul 2008 22:16:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6779234C184 for ; Wed, 23 Jul 2008 15:16:31 -0700 (PDT) Message-ID: <68421172.1216851391680.JavaMail.jira@brutus> Date: Wed, 23 Jul 2008 15:16:31 -0700 (PDT) From: "Izaak Rubin (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-637) Update filter test to ue ColumnValueFilter instead of RegExpRowFilter In-Reply-To: <904587988.1211487237172.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Izaak Rubin updated HBASE-637: ------------------------------ Attachment: hbase-637.patch The above patch (hbase-637.patch) adds a new unit test, TestColumnValueFilter, for ColumnValueFilter. Old tests for the deprecated functionality in RegExpRowFilter (in TestRegExpRowFilter) have not been removed. Since this patch only adds a test, I did not run all HBase tests. I ran TestColumnValueFilter, which passed. > Update filter test to ue ColumnValueFilter instead of RegExpRowFilter > --------------------------------------------------------------------- > > Key: HBASE-637 > URL: https://issues.apache.org/jira/browse/HBASE-637 > Project: Hadoop HBase > Issue Type: Task > Reporter: Jim Kellerman > Assignee: Izaak Rubin > Attachments: hbase-637.patch > > > Filtering by column value in RegExpRowFilter has been deprecated in favor of ColumnValueFilter. Filter tests should be modified to use ColumnValueFilter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.