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 B93B4E259 for ; Wed, 19 Dec 2012 07:01:23 +0000 (UTC) Received: (qmail 67626 invoked by uid 500); 19 Dec 2012 07:01:22 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 67503 invoked by uid 500); 19 Dec 2012 07:01:22 -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 67484 invoked by uid 500); 19 Dec 2012 07:01:22 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 67272 invoked by uid 99); 19 Dec 2012 07:01:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 07:01:21 +0000 Date: Wed, 19 Dec 2012 07:01:21 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Ashutosh Chauhan updated HIVE-3514: ----------------------------------- Fix Version/s: 0.10.0 > 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 > Fix For: 0.10.0 > > Attachments: HIVE-3514.patch, HIVE-3514.patch.2, HIVE-3514.patch.3, HIVE-3514.patch.4, HIVE-3514.patch.5 > > > 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