You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2014/02/14 10:41:19 UTC

[jira] [Created] (HBASE-10532) Make KeyValueComparator in KeyValue to accept Cell instead of KeyValue.

ramkrishna.s.vasudevan created HBASE-10532:
----------------------------------------------

             Summary: Make KeyValueComparator in KeyValue to accept Cell instead of KeyValue.
                 Key: HBASE-10532
                 URL: https://issues.apache.org/jira/browse/HBASE-10532
             Project: HBase
          Issue Type: Sub-task
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
             Fix For: 0.99.0


public int compareRows(final KeyValue left, final KeyValue right)
public boolean matchingRows(final KeyValue left, final KeyValue right)

We can make them to use Cells instead of KeyValue incase we need to use them for comparison of any type of cell in future.



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