Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60556CA18 for ; Thu, 20 Mar 2014 05:34:04 +0000 (UTC) Received: (qmail 25900 invoked by uid 500); 20 Mar 2014 05:34:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25848 invoked by uid 500); 20 Mar 2014 05:34:00 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 25707 invoked by uid 99); 20 Mar 2014 05:33:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 05:33:59 +0000 Date: Thu, 20 Mar 2014 05:33:59 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-10532) Make KeyValueComparator in KeyValue to accept Cell instead of KeyValue. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan reopened HBASE-10532: -------------------------------------------- > 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 > > Attachments: HBASE-10532.patch, HBASE-10532.patch, HBASE-10532_2.patch > > > 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.2#6252)