You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Aihua Xu (JIRA)" <ji...@apache.org> on 2015/06/08 18:57:00 UTC

[jira] [Updated] (HIVE-10963) Hive throws NPE rather than meaningful error message when window is missing

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

Aihua Xu updated HIVE-10963:
----------------------------
    Description: 
{{select sum(salary) over w1 from emp;}} throws NPE rather than meaningful error message like "missing window".



  was:
{{select sum(salary) over w1 from emp;}} throws NPE rather than "missing window".




> Hive throws NPE rather than meaningful error message when window is missing
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-10963
>                 URL: https://issues.apache.org/jira/browse/HIVE-10963
>             Project: Hive
>          Issue Type: Bug
>          Components: PTF-Windowing
>    Affects Versions: 1.3.0
>            Reporter: Aihua Xu
>            Assignee: Aihua Xu
>
> {{select sum(salary) over w1 from emp;}} throws NPE rather than meaningful error message like "missing window".



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