Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 57037 invoked from network); 29 Oct 2009 22:46:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Oct 2009 22:46:22 -0000 Received: (qmail 28777 invoked by uid 500); 29 Oct 2009 22:46:22 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 28689 invoked by uid 500); 29 Oct 2009 22:46:22 -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 28622 invoked by uid 99); 29 Oct 2009 22:46:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2009 22:46:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2009 22:46:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6CD09234C1E9 for ; Thu, 29 Oct 2009 15:45:59 -0700 (PDT) Message-ID: <841874149.1256856359444.JavaMail.jira@brutus> Date: Thu, 29 Oct 2009 22:45:59 +0000 (UTC) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Resolved: (HIVE-840) no error if user specifies multiple columns of same name as output In-Reply-To: <1617270757.1253144517482.JavaMail.jira@brutus> 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-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain resolved HIVE-840. ----------------------------- Resolution: Fixed Fix Version/s: 0.5.0 Hadoop Flags: [Reviewed] Committed. Thanks Yongqiang > no error if user specifies multiple columns of same name as output > ------------------------------------------------------------------ > > Key: HIVE-840 > URL: https://issues.apache.org/jira/browse/HIVE-840 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Reporter: Namit Jain > Assignee: He Yongqiang > Fix For: 0.5.0 > > Attachments: hive-840-2009-10-28.patch, hive-840-2009-10-29.patch > > > INSERT OVERWRITE TABLE table_name_here > SELECT TRANSFORM(key,val) > USING '/script/' > AS foo, foo, foo > The above query should fail, but it succeeds -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.