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
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.