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

Zheng Shao resolved HIVE-1045.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0
                   0.5.0
     Release Note: HIVE-1045. (bigint % int) should return bigint instead of 
double. (Paul Yang via zshao)
     Hadoop Flags: [Reviewed]

Committed. Thanks Paul!

> (bigint % int) should return bigint instead of double
> -----------------------------------------------------
>
>                 Key: HIVE-1045
>                 URL: https://issues.apache.org/jira/browse/HIVE-1045
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Paul Yang
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: HIVE-1045.1.patch, HIVE-1045.2.patch, HIVE-1045.3.patch
>
>
> This expression should return bigint instead of double.
> {code}
> CREATE TABLE test (a BIGINT);
> EXPLAIN SELECT a % 3 FROM test;
> {code}
> There must be something wrong in {{FunctionRegistry.getMethodInternal}}

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

Reply via email to