You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "David Scarlatti (JIRA)" <ji...@apache.org> on 2016/09/12 17:34:20 UTC

[jira] [Created] (HIVE-14738) Not implicit cast from float to double in round function.

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)