David Scarlatti created HIVE-14738:
--------------------------------------

             Summary: Not implicit cast from float to double in round function.
                 Key: HIVE-14738
                 URL: https://issues.apache.org/jira/browse/HIVE-14738
             Project: Hive
          Issue Type: Bug
          Components: Hive
            Reporter: David Scarlatti
            Priority: Minor


select round(cast(lat as double),1) from table works fine (lat type is float),
select round(lat,1) from table does not work ok (result is not rounded)



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

Reply via email to