inserts allowed in subqueries by the parser
-------------------------------------------

                 Key: HIVE-103
                 URL: https://issues.apache.org/jira/browse/HIVE-103
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Build Infrastructure
            Reporter: Namit Jain
            Assignee: Namit Jain


SELECT * FROM (INSERT OVERWRITE  TABLE T1  SELECT * FROM  A ) y

parses successfully. Parser needs to distinguish between top level and sub 
queries and act accordingly

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