[
https://issues.apache.org/jira/browse/HBASE-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1336:
-------------------------
Attachment: 1336.patch
Patch that does column compare in two parts -- family then qualifier.
Includes unit test.
Not applying yet. Not all tests passing.
> Splitting up the compare of family+column into 2 different compares
> -------------------------------------------------------------------
>
> Key: HBASE-1336
> URL: https://issues.apache.org/jira/browse/HBASE-1336
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: Erik Holstad
> Fix For: 0.20.0
>
> Attachments: 1336.patch
>
>
> When comparing family+column you can end up in a situation like column1 is
> "abcd:efg" and column2 is "abc:defg" which in the current implementation of
> KeyValue.KeyComparator.compare will result in a faulty result.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.