You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Paul Yang (JIRA)" <ji...@apache.org> on 2010/01/12 19:41:54 UTC

[jira] Assigned: (HIVE-1045) (bigint % int) should return bigint instead of double

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

Paul Yang reassigned HIVE-1045:
-------------------------------

    Assignee: Paul Yang

> (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
>            Reporter: Zheng Shao
>            Assignee: Paul Yang
>
> 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.