You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "S. Alex Smith (JIRA)" <ji...@apache.org> on 2009/03/17 00:11:52 UTC

[jira] Created: (HIVE-351) Dividing by zero raises an exception.

Dividing by zero raises an exception.
-------------------------------------

                 Key: HIVE-351
                 URL: https://issues.apache.org/jira/browse/HIVE-351
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: S. Alex Smith


Can I just have a NULL instead?

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


[jira] Resolved: (HIVE-351) Dividing by zero raises an exception.

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

Zheng Shao resolved HIVE-351.
-----------------------------

    Resolution: Won't Fix

It's easy to use: "IF(col = 0, NULL, col)" to replace "col"

> Dividing by zero raises an exception.
> -------------------------------------
>
>                 Key: HIVE-351
>                 URL: https://issues.apache.org/jira/browse/HIVE-351
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: S. Alex Smith
>
> Can I just have a NULL instead?

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