You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Bruno Pusztahazi (JIRA)" <ji...@apache.org> on 2019/04/17 13:03:00 UTC

[jira] [Assigned] (HIVE-21366) Inconsistent behavior of ROUND() with integer in string as argument

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

Bruno Pusztahazi reassigned HIVE-21366:
---------------------------------------

    Assignee: Bruno Pusztahazi

> Inconsistent behavior of ROUND() with integer in string as argument
> -------------------------------------------------------------------
>
>                 Key: HIVE-21366
>                 URL: https://issues.apache.org/jira/browse/HIVE-21366
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Yavorski
>            Assignee: Bruno Pusztahazi
>            Priority: Major
>         Attachments: HIVE-21366.1.patch
>
>
> hive> SELECT ROUND('1',4) AS r_str, ROUND(1,4) AS r_num;
> OK
> r_str   r_num
> *{color:#FF0000}1.0{color}*     1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)