You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "He Yongqiang (JIRA)" <ji...@apache.org> on 2009/10/29 20:03:59 UTC

[jira] Commented: (HIVE-840) no error if user specifies multiple columns of same name as output

    [ https://issues.apache.org/jira/browse/HIVE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771562#action_12771562 ] 

He Yongqiang commented on HIVE-840:
-----------------------------------

Thanks, Namit. 
You mean the error message ""column alias " + name + " already exists."  We need a parameter 'name' in the error message, so it may not fit in ErrorMsg.

> 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
>         Attachments: hive-840-2009-10-28.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.