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 BBBA410C0D for ; Thu, 10 Oct 2013 23:26:43 +0000 (UTC) Received: (qmail 63152 invoked by uid 500); 10 Oct 2013 23:26:42 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 63073 invoked by uid 500); 10 Oct 2013 23:26:42 -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 63017 invoked by uid 500); 10 Oct 2013 23:26:42 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 62993 invoked by uid 99); 10 Oct 2013 23:26:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 23:26:42 +0000 Date: Thu, 10 Oct 2013 23:26:42 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5512) metastore filter pushdown should support "between" 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-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792097#comment-13792097 ] Sergey Shelukhin commented on HIVE-5512: ---------------------------------------- running tests now > metastore filter pushdown should support "between" > -------------------------------------------------- > > Key: HIVE-5512 > URL: https://issues.apache.org/jira/browse/HIVE-5512 > Project: Hive > Issue Type: Improvement > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-5512.01.patch > > > Currently, metastore filter pushdown supports compare operators, "and" and "or". Between is just ">= and <=", so it should be easy to add thru changes to Filter.g or even client-side modification in partition pruner. -- This message was sent by Atlassian JIRA (v6.1#6144)