You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2015/02/09 02:52:34 UTC

[jira] [Updated] (HIVE-9513) NULL POINTER EXCEPTION

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

Navis updated HIVE-9513:
------------------------
    Attachment: HIVE-9513.2.patch.txt

> NULL POINTER EXCEPTION
> ----------------------
>
>                 Key: HIVE-9513
>                 URL: https://issues.apache.org/jira/browse/HIVE-9513
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 0.13.1
>            Reporter: ErwanMAS
>            Assignee: Navis
>         Attachments: HIVE-9513.1.patch.txt, HIVE-9513.2.patch.txt
>
>
> NPE duting parsing  of :
> {noformat}
> select * from (
>      select * from ( select 1 as id , "foo" as str_1 from staging.dual ) f
>   union	all
>      select * from ( select 2 as id , "bar" as str_2 from staging.dual ) g
> ) e ;
> {noformat}



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