You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/10/18 05:17:26 UTC

[jira] Updated: (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 ]

Carl Steinbach updated HIVE-1045:
---------------------------------

      Component/s: Query Processor
    Fix Version/s:     (was: 0.6.0)

> (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
>          Components: Query Processor
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Paul Yang
>             Fix For: 0.5.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.