You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "niklaus xiao (JIRA)" <ji...@apache.org> on 2016/07/15 08:50:21 UTC

[jira] [Updated] (HIVE-14248) query with view in union adds underlying table as direct input

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

niklaus xiao updated HIVE-14248:
--------------------------------
    Affects Version/s: 1.3.0

> query with view in union adds underlying table as direct input
> --------------------------------------------------------------
>
>                 Key: HIVE-14248
>                 URL: https://issues.apache.org/jira/browse/HIVE-14248
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: niklaus xiao
>
> In the following case,
> {code}
> create view V as select * from T;
> select * from V union all select * from V
> {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)