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

Namit Jain commented on HIVE-840:
---------------------------------

There are existing error messages which are used with parameters: look at 
TABLE_ALREADY_EXISTS.
Cant you follow the same approach ? The only restriction is that the column 
name will appear at the end,
which might be acceptable.

> 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.

Reply via email to