You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2014/12/19 19:55:14 UTC

[jira] [Commented] (HIVE-9047) NULL POINTER EXCEPTION

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

Sergey Shelukhin commented on HIVE-9047:
----------------------------------------

can you post call stack?

> NULL POINTER EXCEPTION
> ----------------------
>
>                 Key: HIVE-9047
>                 URL: https://issues.apache.org/jira/browse/HIVE-9047
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 0.13.0, 0.14.0
>            Reporter: ErwanMAS
>
> NPE during parsing .
> {noformat}
> insert into table foobar
>                select cast ( t.begindate as date ) as begindt , cast ( t.enddate as date ) as enddt ,
>                    datediff ( cast ( t.enddate as date ) , cast ( t.begindate as date ) ) as diffday
>                    t.iduser from foobaractions t ;
> {noformat}



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