[
https://issues.apache.org/jira/browse/HIVE-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-103:
--------------------------------
Fix Version/s: 0.3.0
> 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: Query Processor
> Reporter: Namit Jain
> Assignee: Namit Jain
> Fix For: 0.3.0
>
> Attachments: patch103.1.txt, patch103.txt, patch103.txt
>
>
> 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.