You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mostafa Mokhtar (JIRA)" <ji...@apache.org> on 2014/10/06 22:06:34 UTC

[jira] [Commented] (HIVE-8361) NPE in PTFOperator when there are empty partitions

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

Mostafa Mokhtar commented on HIVE-8361:
---------------------------------------

[~rhbutani]
Validated the fix on query98 and it ran fine.

> NPE in PTFOperator when there are empty partitions
> --------------------------------------------------
>
>                 Key: HIVE-8361
>                 URL: https://issues.apache.org/jira/browse/HIVE-8361
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Harish Butani
>            Assignee: Harish Butani
>         Attachments: HIVE-8361.1.patch
>
>
> Here is a simple query to reproduce this:
> {code}
> select sum(p_size) over (partition by p_mfgr )
> from part where p_mfgr = 'some non existent mfgr';
> {code}



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