You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Christophe Taton (JIRA)" <ji...@apache.org> on 2013/07/02 08:51:20 UTC

[jira] [Created] (HBASE-8847) Filter.transform() always applies unconditionally, even when combined in a FilterList

Christophe Taton created HBASE-8847:
---------------------------------------

             Summary: 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
            Priority: Minor


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