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

Namit Jain updated HIVE-4336:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.11.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed. Thanks Kevin
                
> 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

Reply via email to