You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chinna Rao Lalam (JIRA)" <ji...@apache.org> on 2016/12/15 07:56:58 UTC

[jira] [Created] (HIVE-15431) Round(1234567891.1234567891,50) returns null, result is not consistent with Mysql.

Chinna Rao Lalam created HIVE-15431:
---------------------------------------

             Summary: Round(1234567891.1234567891,50) returns null, result is not consistent with Mysql.
                 Key: HIVE-15431
                 URL: https://issues.apache.org/jira/browse/HIVE-15431
             Project: Hive
          Issue Type: Bug
          Components: UDF
            Reporter: Chinna Rao Lalam
            Assignee: Chinna Rao Lalam


round(1234567891.1234567891,50) returns null. Result is not consistent with Mysql.

Mysql output:
{quote}
  select round(1234567891.1234567891,50);

  '1234567891.123456789100000000000000000000'
{quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)