[ https://issues.apache.org/jira/browse/HIVE-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379030#comment-15379030 ]
niklaus xiao edited comment on HIVE-14248 at 7/15/16 8:49 AM: -------------------------------------------------------------- The same issue like [HIVE-10875|https://issues.apache.org/jira/browse/HIVE-10875]. Could you help to take a look? [~thejas] was (Author: niklaus.xiao): The same issue as [HIVE-10875|https://issues.apache.org/jira/browse/HIVE-10875]. Could you help to take a look? [~thejas] > 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)