Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 064B910AC8 for ; Tue, 2 Jul 2013 20:57:21 +0000 (UTC) Received: (qmail 13771 invoked by uid 500); 2 Jul 2013 20:57:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 13744 invoked by uid 500); 2 Jul 2013 20:57:20 -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 13735 invoked by uid 99); 2 Jul 2013 20:57:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 20:57:20 +0000 Date: Tue, 2 Jul 2013 20:57:20 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8847) Filter.transform() always applies unconditionally, even when combined in a FilterList 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-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13698223#comment-13698223 ] Ted Yu commented on HBASE-8847: ------------------------------- Looks good to me. > Filter.transform() always applies unconditionally, even when combined in a FilterList > ------------------------------------------------------------------------------------- > > Key: HBASE-8847 > URL: https://issues.apache.org/jira/browse/HBASE-8847 > Project: HBase > Issue Type: Bug > Components: Filters > Affects Versions: 0.94.2 > Reporter: Christophe Taton > Assignee: Christophe Taton > Priority: Minor > Fix For: 0.98.0 > > Attachments: HBASE-8847.base=trunk.diff, HBASE-8847.patch > > > FilterList.transform() applies all transformation from all filters unconditionally. > This leads to surprising results, eg. with combinations such as > (family=X and column=Y and KeyOnlyFilter) or ... > The KeyOnlyFilter will strip the values from all KeyValues. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira