You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/16 01:37:00 UTC

[jira] [Resolved] (HBASE-7892) FuzzyRowFilter would have wrong behaviors if user gives an arbitary byte for an "unfixed" position instead of byte 0

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

Andrew Kyle Purtell resolved HBASE-7892.
----------------------------------------
      Assignee:     (was: Wei Xue)
    Resolution: Abandoned

> FuzzyRowFilter would have wrong behaviors if user gives an arbitary byte for an "unfixed" position instead of byte 0
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-7892
>                 URL: https://issues.apache.org/jira/browse/HBASE-7892
>             Project: HBase
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 0.94.5, 0.95.2
>            Reporter: Wei Xue
>            Priority: Minor
>         Attachments: HBASE-7892-0.94.patch
>
>
> An actual case can be:
> we want to match "a?ex", so we give "a?ex" as input of "key bytes", and "0100" as input of "meta bytes".
> if we start with row = "\0\0\0\0", the next hint would turn out to be "a?ex"
> while actually the right hint should be "a\0ex".



--
This message was sent by Atlassian Jira
(v8.20.7#820007)