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

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

Sergey Yavorski created HIVE-21366:
--------------------------------------

             Summary: 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


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)