You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2015/04/06 16:26:12 UTC

[jira] [Assigned] (HIVE-9923) No clear message when "from" is missing

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

Yongzhi Chen reassigned HIVE-9923:
----------------------------------

    Assignee: Yongzhi Chen

> No clear message when "from" is missing
> ---------------------------------------
>
>                 Key: HIVE-9923
>                 URL: https://issues.apache.org/jira/browse/HIVE-9923
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Jeff Zhang
>            Assignee: Yongzhi Chen
>
> For the following sql, "from" is missing but it throw NPE which is not clear for user.
> {code}
> hive> insert overwrite directory '/tmp/hive-3' select sb1.name, sb2.age student_bucketed sb1 join student_bucketed sb2 on sb1.name=sb2.name;
> FAILED: NullPointerException null
> {code}



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