[ https://issues.apache.org/jira/browse/HIVE-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13629571#comment-13629571 ]
Hudson commented on HIVE-4336: ------------------------------ Integrated in Hive-trunk-h0.21 #2057 (See [https://builds.apache.org/job/Hive-trunk-h0.21/2057/]) HIVE-4336 Selecting from a view, and another view that also selects from that view fails (Kevin Wilfong via namit) (Revision 1466835) Result = FAILURE namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1466835 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/hooks/ReadEntity.java * /hive/trunk/ql/src/test/queries/clientpositive/view_inputs.q * /hive/trunk/ql/src/test/results/clientpositive/view_inputs.q.out > Selecting from a view, and another view that also selects from that view fails > ------------------------------------------------------------------------------ > > Key: HIVE-4336 > URL: https://issues.apache.org/jira/browse/HIVE-4336 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.11.0 > Reporter: Kevin Wilfong > Assignee: Kevin Wilfong > Fix For: 0.11.0 > > Attachments: HIVE-4336.1.patch.txt, HIVE-4336.2.patch.txt, > HIVE-4336.3.patch.txt > > > E.g. the following query fails with an NPE > CREATE VIEW test_view1 AS SELECT * FROM src; > CREATE VIEW test_view2 AS SELECT * FROM test_view1; > SELECT COUNT(*) FROM test_view1 a JOIN test_view2 b ON a.key = b.key; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira