You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2015/06/01 01:25:17 UTC

[jira] [Updated] (HIVE-10875) Select query with view in subquery adds underlying table as direct input

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

Thejas M Nair updated HIVE-10875:
---------------------------------
    Attachment: HIVE-10875.2.patch

2.patch - with tests


> Select query with view in subquery adds underlying table as direct input
> ------------------------------------------------------------------------
>
>                 Key: HIVE-10875
>                 URL: https://issues.apache.org/jira/browse/HIVE-10875
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>         Attachments: HIVE-10875.1.patch, HIVE-10875.2.patch
>
>
> In the following case, 
> {code}
> create view V as select * from T;
> select * from (select * from V) A;
> {code}
> The semantic analyzer inputs contain input table T as a direct input instead of adding it as an indirect input.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)