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


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.

Reply via email to