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 1108811ED7 for ; Mon, 8 Sep 2014 05:38:29 +0000 (UTC) Received: (qmail 87395 invoked by uid 500); 8 Sep 2014 05:38:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87342 invoked by uid 500); 8 Sep 2014 05:38:28 -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 87331 invoked by uid 99); 8 Sep 2014 05:38:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 05:38:28 +0000 Date: Mon, 8 Sep 2014 05:38:28 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10800) Use CellComparator instead of KVComparator 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-10800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14125233#comment-14125233 ] ramkrishna.s.vasudevan commented on HBASE-10800: ------------------------------------------------ bq.To be clear, the flag is a little ugly. A method that spells out what the compare does would be better than a single method differentiated by a boolean flag IMO. This is also removed now. There are no boolean flags. compareFlatKey() name is not changed as it as references in the code. If we all agree we can rename that method. Here flat key is the part of the key that includes row, famly, qualifier and ts. It does not include the mvcc and tags. > Use CellComparator instead of KVComparator > ------------------------------------------ > > Key: HBASE-10800 > URL: https://issues.apache.org/jira/browse/HBASE-10800 > Project: HBase > Issue Type: Sub-task > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > Fix For: 0.99.0 > > Attachments: HBASE-10800_1.patch, HBASE-10800_2.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)