You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2017/07/26 00:03:11 UTC

[jira] [Closed] (HIVE-15200) Support setOp in subQuery with parentheses

     [ https://issues.apache.org/jira/browse/HIVE-15200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley closed HIVE-15200.
--------------------------------

> Support setOp in subQuery with parentheses
> ------------------------------------------
>
>                 Key: HIVE-15200
>                 URL: https://issues.apache.org/jira/browse/HIVE-15200
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Pengcheng Xiong
>            Assignee: Pengcheng Xiong
>             Fix For: 2.2.0
>
>         Attachments: HIVE-15200.01.patch, HIVE-15200.02.patch, HIVE-15200.03.patch
>
>
> {code}
> explain select key from ((select key from src) union (select key from src))subq;
> {code}
> will throw
> {code}
> FAILED: ParseException line 1:47 cannot recognize input near 'union' '(' 'select' in subquery source
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)