You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2015/08/12 23:23:46 UTC

[jira] [Resolved] (HBASE-14218) CompareFilter based on part of the key

     [ https://issues.apache.org/jira/browse/HBASE-14218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Marc Spaggiari resolved HBASE-14218.
-----------------------------------------
      Resolution: Duplicate
    Release Note: Duplicate of HBASE-6618

> CompareFilter based on part of the key
> --------------------------------------
>
>                 Key: HBASE-14218
>                 URL: https://issues.apache.org/jira/browse/HBASE-14218
>             Project: HBase
>          Issue Type: Bug
>          Components: Filters
>    Affects Versions: 1.1.0.1
>            Reporter: Jean-Marc Spaggiari
>            Priority: Minor
>
> HBase needs to provide a combination of FuzzyFilte rand CompareFilter to be able to compare based on part of the key.
> Something like:
> xxxxxxxxxxxxxxYYYYxxxxxxxxxxxxxxx
> And we want to filter all rows where YYYY is greater than a certain value.
> Fuzzy filter can do the test on YYYY but only on exact match
> CompareFilter can to GREATER but on the entire key...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)