You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Wilbur Yang (JIRA)" <ji...@apache.org> on 2014/07/11 00:28:04 UTC

[jira] [Updated] (HIVE-7279) UDF format_number() does not work on DECIMAL types

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

Wilbur Yang updated HIVE-7279:
------------------------------

    Status: Patch Available  (was: Open)

> UDF format_number() does not work on DECIMAL types
> --------------------------------------------------
>
>                 Key: HIVE-7279
>                 URL: https://issues.apache.org/jira/browse/HIVE-7279
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>            Reporter: Szehon Ho
>            Assignee: Wilbur Yang
>            Priority: Minor
>         Attachments: HIVE-7279.1.patch
>
>
> I believe UDF format should work on decimal types.
> {noformat}
> hive> select format_number(decimal_1.u,1) from decimal_1;
> FAILED: SemanticException [Error 10016]: Line 1:21 Argument type mismatch 'u': Argument 1 of function FORMAT_NUMBER must be "tinyint" or "smallint" or "int" or "bigint" or "double" or "float", but "decimal(5,0)" was found.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)