Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B35B59F7F for ; Mon, 2 Jul 2012 21:06:28 +0000 (UTC) Received: (qmail 88987 invoked by uid 500); 2 Jul 2012 21:06:28 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 88813 invoked by uid 500); 2 Jul 2012 21:06:28 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 88798 invoked by uid 500); 2 Jul 2012 21:06:28 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 88793 invoked by uid 99); 2 Jul 2012 21:06:28 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 21:06:28 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1C56814281B for ; Mon, 2 Jul 2012 21:06:28 +0000 (UTC) Date: Mon, 2 Jul 2012 21:06:28 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1356558054.277.1341263188119.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HIVE-1643) support range scans and non-key columns in HBase filter pushdown 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/HIVE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405327#comment-13405327 ] Ashutosh Chauhan commented on HIVE-1643: ---------------------------------------- @Bharath, * Can you create a phabricator review request for this? https://cwiki.apache.org/confluence/display/Hive/PhabricatorCodeReview * There are no test cases in your patch. Would you mind adding few? You can first create a review request so that I continue the review. In the meanwhile you can work on tests. > support range scans and non-key columns in HBase filter pushdown > ---------------------------------------------------------------- > > Key: HIVE-1643 > URL: https://issues.apache.org/jira/browse/HIVE-1643 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Affects Versions: 0.9.0 > Reporter: John Sichi > Assignee: bharath v > Labels: patch > Attachments: HIVE-1643.patch, hbase_handler.patch > > > HIVE-1226 added support for WHERE rowkey=3. We would like to support WHERE rowkey BETWEEN 10 and 20, as well as predicates on non-rowkeys (plus conjunctions etc). Non-rowkey conditions can't be used to filter out entire ranges, but they can be used to push the per-row filter processing as far down as possible. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira