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 0970E9543 for ; Tue, 3 Apr 2012 03:48:56 +0000 (UTC) Received: (qmail 27718 invoked by uid 500); 3 Apr 2012 03:48:55 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 27304 invoked by uid 500); 3 Apr 2012 03:48:55 -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 27289 invoked by uid 500); 3 Apr 2012 03:48:54 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 27286 invoked by uid 99); 3 Apr 2012 03:48:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 03:48:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 03:48:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 50381354884 for ; Tue, 3 Apr 2012 03:48:33 +0000 (UTC) Date: Tue, 3 Apr 2012 03:48:33 +0000 (UTC) From: "Phabricator (Commented) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <2110690117.4622.1333424913329.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <245364405.47424.1331364896962.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244950#comment-13244950 ] Phabricator commented on HIVE-2861: ----------------------------------- ashutoshc has accepted the revision "HIVE-2861 [jira] Support eventual constant expression for filter pushdown for key ranges in hbase". +1 will commit if tests pass. REVISION DETAIL https://reviews.facebook.net/D2259 BRANCH DPAL-950 > Support eventual constant expression for filter pushdown for key ranges in hbase > -------------------------------------------------------------------------------- > > Key: HIVE-2861 > URL: https://issues.apache.org/jira/browse/HIVE-2861 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-2861.D2259.1.patch > > > Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast'). > For example, > {noformat} > select * from hbase_pushdown where key > cast(20 + 30 as string); > {noformat} -- 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