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 9FC25D232 for ; Wed, 3 Oct 2012 11:12:13 +0000 (UTC) Received: (qmail 37555 invoked by uid 500); 3 Oct 2012 11:12:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 37099 invoked by uid 500); 3 Oct 2012 11:12:10 -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 37002 invoked by uid 500); 3 Oct 2012 11:12:08 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 36990 invoked by uid 99); 3 Oct 2012 11:12:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 11:12:08 +0000 Date: Wed, 3 Oct 2012 22:12:08 +1100 (NCT) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <606856524.158514.1349262728209.JavaMail.jiratomcat@arcas> In-Reply-To: <1579194034.140564.1348858028255.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HIVE-3514) Refactor Partition Pruner so that logic can be reused. 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-3514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468475#comment-13468475 ] Namit Jain commented on HIVE-3514: ---------------------------------- comments > Refactor Partition Pruner so that logic can be reused. > ------------------------------------------------------ > > Key: HIVE-3514 > URL: https://issues.apache.org/jira/browse/HIVE-3514 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Gang Tim Liu > Assignee: Gang Tim Liu > Priority: Minor > Attachments: HIVE-3514.patch > > > Partition Pruner has logic reusable like > 1. walk through operator tree > 2. walk through operation tree > 3. create pruning predicate > The first candidate is list bucketing pruner. > Some consideration: > 1. refactor for general use case not just list bucketing > 2. avoid over-refactor by focusing on pieces targeted for reuse -- 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