[ 
https://issues.apache.org/jira/browse/HIVE-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135321#comment-16135321
 ] 

Zoltan Haindrich commented on HIVE-17332:
-----------------------------------------

Hello [~luky],
I was not able to reproduce your problem either on branch-1 and using a recent 
hdp-2.5 release...could you tell some more about your settings/setup?

> NullPointer exception when processing query
> -------------------------------------------
>
>                 Key: HIVE-17332
>                 URL: https://issues.apache.org/jira/browse/HIVE-17332
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>            Reporter: Lukas Waldmann
>
> Hive query:
> {code}
> select count(*) from (select * from EXM_BASE_DATA, (select max(snapshot) 
> max_snapshot from EXM_BASE_DATA) s0 where snapshot == max_snapshot) t;
> {code}
> finish with NullPointer exception
> while 
> {code}
> select * from EXM_BASE_DATA, (select max(snapshot) max_snapshot from 
> EXM_BASE_DATA) s0 where snapshot == max_snapshot
> {code}
> is executed without error



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to