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)