Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 73416 invoked from network); 14 Jul 2010 21:48:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 21:48:17 -0000 Received: (qmail 4579 invoked by uid 500); 14 Jul 2010 21:48:16 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 4532 invoked by uid 500); 14 Jul 2010 21:48:16 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 4524 invoked by uid 99); 14 Jul 2010 21:48:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 21:48:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 21:48:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6ELlq4g011187 for ; Wed, 14 Jul 2010 21:47:52 GMT Message-ID: <25067904.384131279144072248.JavaMail.jira@thor> Date: Wed, 14 Jul 2010 17:47:52 -0400 (EDT) From: "Paul Yang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1455) lateral view does not work with column pruning In-Reply-To: <15732132.278221278651719784.JavaMail.jira@thor> 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-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1455: ---------------------------- Attachment: HIVE-1455.3.patch This patch modifies the column pruner to create a special case for the lateral view join operator. This will result in more pruned columns. > lateral view does not work with column pruning > ----------------------------------------------- > > Key: HIVE-1455 > URL: https://issues.apache.org/jira/browse/HIVE-1455 > Project: Hadoop Hive > Issue Type: Bug > Reporter: He Yongqiang > Assignee: He Yongqiang > Fix For: 0.6.0, 0.7.0 > > Attachments: HIVE-1455.3.patch, hive.1455.1.patch, hive.1455.2.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.