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)