[ https://issues.apache.org/jira/browse/HIVE-21366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bruno Pusztahazi updated HIVE-21366: ------------------------------------ Attachment: HIVE-21366.1.patch > 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)