[
https://issues.apache.org/jira/browse/HIVE-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-415:
--------------------------------
Fix Version/s: 0.3.0
(was: 0.4.0)
Affects Version/s: (was: 0.3.0)
(was: 0.4.0)
> Long queries does not parse in Hive
> -----------------------------------
>
> Key: HIVE-415
> URL: https://issues.apache.org/jira/browse/HIVE-415
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Zheng Shao
> Assignee: Zheng Shao
> Priority: Critical
> Fix For: 0.3.0
>
> Attachments: HIVE-415.1.patch, HIVE-415.2.patch,
> HIVE-415.3.branch-0.3.patch, HIVE-415.3.trunk.patch
>
>
> A query like this won't parse, because the Hive grammar allows backtracking:
> {code}
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable UNION ALL
> select 1 from mytable;
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.