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 5120CD2D4 for ; Wed, 22 Aug 2012 07:19:41 +0000 (UTC) Received: (qmail 2021 invoked by uid 500); 22 Aug 2012 07:19:41 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 1820 invoked by uid 500); 22 Aug 2012 07:19:40 -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 1751 invoked by uid 500); 22 Aug 2012 07:19:39 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 1736 invoked by uid 99); 22 Aug 2012 07:19:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 07:19:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2C4792C5BF2 for ; Wed, 22 Aug 2012 07:19:38 +0000 (UTC) Date: Wed, 22 Aug 2012 18:19:38 +1100 (NCT) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <596143530.38711.1345619978181.JavaMail.jiratomcat@arcas> In-Reply-To: <457871258.11815.1319051830847.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2513) create a test to verify that partition pruning works for partitioned views with a union 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-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439332#comment-13439332 ] Namit Jain commented on HIVE-2513: ---------------------------------- @Ashutosh, Sorry dont remember > create a test to verify that partition pruning works for partitioned views with a union > --------------------------------------------------------------------------------------- > > Key: HIVE-2513 > URL: https://issues.apache.org/jira/browse/HIVE-2513 > Project: Hive > Issue Type: Test > Reporter: Namit Jain > Assignee: Namit Jain > Fix For: 0.8.0 > > Attachments: hive.2513.1.patch > > > It would be good to have a test to check partition pruning on a view like: > create view t1 partitioned on (ds) as > select * from > ( > select key, value, ds from t1_new > union all > select key, value, t1_old.ds from t1_old join t1_mapping > on t1_old.keymap = t1_mapping.keymap and > t1_old.ds = t1_mapping.ds > ) subq; > While adding the test, I found that the lineage is broken for this. > Will file a separate issue for that. -- 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