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 CAD2FC98D for ; Wed, 21 Jan 2015 18:57:38 +0000 (UTC) Received: (qmail 3248 invoked by uid 500); 21 Jan 2015 17:00:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3222 invoked by uid 500); 21 Jan 2015 17:00:47 -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 3207 invoked by uid 99); 21 Jan 2015 17:00:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 17:00:47 +0000 Date: Wed, 21 Jan 2015 17:00:47 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12885) Unit test for RAW / VERSIONS scanner specifications 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-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285882#comment-14285882 ] Sean Busbey commented on HBASE-12885: ------------------------------------- +1 LGTM nit: creating the table with max versions set to 4+ would avoid a race condition with the table compacting (though it's very unlikely given how small the test is). > Unit test for RAW / VERSIONS scanner specifications > --------------------------------------------------- > > Key: HBASE-12885 > URL: https://issues.apache.org/jira/browse/HBASE-12885 > Project: HBase > Issue Type: Test > Components: shell > Reporter: Amit Kabra > Assignee: Amit Kabra > Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0 > > Attachments: HBASE-12885.patch > > > RAW scan along with VERSIONS specification returns all the version of the cell , which is not returned during normal scan : > Example command : > hbase> scan 't1', {RAW => true, VERSIONS => 10} > It would be good to have one test case validating this functionality. -- This message was sent by Atlassian JIRA (v6.3.4#6332)