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 E5757FBCB for ; Fri, 29 Mar 2013 01:21:16 +0000 (UTC) Received: (qmail 71147 invoked by uid 500); 29 Mar 2013 01:21:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 71112 invoked by uid 500); 29 Mar 2013 01:21:16 -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 71103 invoked by uid 99); 29 Mar 2013 01:21:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 01:21:16 +0000 Date: Fri, 29 Mar 2013 01:21:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94 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-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616944#comment-13616944 ] Hudson commented on HBASE-8198: ------------------------------- Integrated in HBase-0.94 #926 (See [https://builds.apache.org/job/HBase-0.94/926/]) HBASE-8198 Add the new test (Revision 1462233) HBASE-8198 Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94 (Liang Xie) (Revision 1462231) Result = SUCCESS tedyu : Files : * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/io/hfile/TestScannerSelectionUsingKeyRange.java tedyu : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/io/HalfStoreFileReader.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileScanner.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/io/encoding/TestChangingEncoding.java > Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94 > -------------------------------------------------------------------- > > Key: HBASE-8198 > URL: https://issues.apache.org/jira/browse/HBASE-8198 > Project: HBase > Issue Type: Improvement > Components: Scanners > Affects Versions: 0.94.6 > Reporter: Liang Xie > Assignee: Liang Xie > Fix For: 0.94.7 > > Attachments: 8198-0.94-v2.txt, HBASE-8198.txt > > > KeyRange hint. > One thing need to note is: there'is a few new test statement added in the end of TestScannerSelectionUsingKeyRange file, comparing with trunk code, it's schema metric related.(In deed, this is the original patch, trunk code were removed due to schema metric compiling failed) > I ran "mvn clean test -P localTests -Dtest=TestScannerSelectionUsingKeyRange" locally and passed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira