Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 7056 invoked from network); 17 Nov 2010 06:24:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 06:24:07 -0000 Received: (qmail 5794 invoked by uid 500); 17 Nov 2010 06:24:38 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 5761 invoked by uid 500); 17 Nov 2010 06:24:38 -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 5753 invoked by uid 500); 17 Nov 2010 06:24:38 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 5750 invoked by uid 99); 17 Nov 2010 06:24:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 06:24:38 +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, 17 Nov 2010 06:24:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAH6OEJD023974 for ; Wed, 17 Nov 2010 06:24:14 GMT Message-ID: <3192895.138891289975054838.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 01:24:14 -0500 (EST) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1795) outputs not correctly populated for alter table In-Reply-To: <16103871.129241289947753749.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-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-1795: ----------------------------- Status: Patch Available (was: Open) > outputs not correctly populated for alter table > ----------------------------------------------- > > Key: HIVE-1795 > URL: https://issues.apache.org/jira/browse/HIVE-1795 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Namit Jain > Assignee: Namit Jain > Fix For: 0.7.0 > > Attachments: hive.1795.1.patch > > > For any : > alter table partition

... > The table is added in the output. It leads to problems with locking, and will lead to problems in future for authorization. > The partition should be in the output, not the table. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.