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

Paul Yang updated HIVE-1045:
----------------------------

    Attachment: HIVE-1045.1.patch

Posting a little early - in the process of running full test suite

> (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
>         Attachments: HIVE-1045.1.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