[ https://issues.apache.org/jira/browse/HIVE-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
He Yongqiang updated HIVE-913: ------------------------------ Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) I just committed. Thanks Namit! > no error if user specifies same output table mutliple times > ------------------------------------------------------------ > > Key: HIVE-913 > URL: https://issues.apache.org/jira/browse/HIVE-913 > Project: Hadoop Hive > Issue Type: Bug > Reporter: Namit Jain > Assignee: Namit Jain > Fix For: 0.5.0 > > Attachments: hive.1.913.patch > > > The query: > from src > insert overwrite table dest1 select key, value > insert overwrite table dest1 select key, value2; > does not fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.