You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/10/08 00:10:44 UTC

[jira] Created: (HADOOP-4367) Hive: UDAF functions cannot handle NULL values

Hive: UDAF functions cannot handle NULL values
----------------------------------------------

                 Key: HADOOP-4367
                 URL: https://issues.apache.org/jira/browse/HADOOP-4367
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
            Reporter: Zheng Shao
            Assignee: Zheng Shao


The UDAF functions cannot handle null values. It just throws a NullPointerException. We should properly handle null values in UDAF.
For all UDAF functions that we have now: sum, count, ave, we should ignore the null values.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-4367) Hive: UDAF functions cannot handle NULL values

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao resolved HADOOP-4367.
--------------------------------

    Resolution: Fixed

> Hive: UDAF functions cannot handle NULL values
> ----------------------------------------------
>
>                 Key: HADOOP-4367
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4367
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>
> The UDAF functions cannot handle null values. It just throws a NullPointerException. We should properly handle null values in UDAF.
> For all UDAF functions that we have now: sum, count, ave, we should ignore the null values.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4367) Hive: UDAF functions cannot handle NULL values

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641502#action_12641502 ] 

Zheng Shao commented on HADOOP-4367:
------------------------------------

Fixed as part of JIRA-4230

> Hive: UDAF functions cannot handle NULL values
> ----------------------------------------------
>
>                 Key: HADOOP-4367
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4367
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>
> The UDAF functions cannot handle null values. It just throws a NullPointerException. We should properly handle null values in UDAF.
> For all UDAF functions that we have now: sum, count, ave, we should ignore the null values.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.