You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2014/02/12 03:30:19 UTC

[jira] [Created] (HBASE-10505) Import.filterKv does not call Filter.filterRowKey

Lars Hofhansl created HBASE-10505:
-------------------------------------

             Summary: Import.filterKv does not call Filter.filterRowKey
                 Key: HBASE-10505
                 URL: https://issues.apache.org/jira/browse/HBASE-10505
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl


The general contract of a Filter is that filterRowKey is called before filterKeyValue.
Import is using Filters for custom filtering but it does not called filterRowKey at all. That throws off some Filters (such as RowFilter, and more recently PrefixFilter, and InclusiveStopFilter). See HBASE-10493 and HBASE-10485.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)