You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vikram Dixit K (JIRA)" <ji...@apache.org> on 2013/10/01 01:14:24 UTC

[jira] [Commented] (HIVE-5323) NPE on executing query with order by 1 asc

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

Vikram Dixit K commented on HIVE-5323:
--------------------------------------

It would be great if you could post the error/stack trace as well.

> NPE on executing query with order by 1 asc
> ------------------------------------------
>
>                 Key: HIVE-5323
>                 URL: https://issues.apache.org/jira/browse/HIVE-5323
>             Project: Hive
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 0.11.0
>         Environment: MAC OSX
> Hive 0.11
>            Reporter: tariq rahiman
>
> I created a table with the below DDL in Hive 0.11 and used order by 1 asc in a SQL query and got NPE. Details are below:
> CREATE TABLE hive_npe(viewTime INT, userid BIGINT,
>      page_url STRING, referrer_url STRING)
>  COMMENT 'NPE for Order by 1 ASC'
>  STORED AS SEQUENCEFILE
> ;
> select sum(viewtime) , sum(distinct userid) from hive_npe order by 1 asc
> ;
> I get the below error message
> Query returned non-zero code: 40000, cause: FAILED: NullPointerException null



--
This message was sent by Atlassian JIRA
(v6.1#6144)