You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Andrey Kurochkin (JIRA)" <ji...@apache.org> on 2015/06/03 00:28:50 UTC

[jira] [Created] (HIVE-10898) CAST AS BIGINT produces wrong value

Andrey Kurochkin created HIVE-10898:
---------------------------------------

             Summary: CAST <string> AS BIGINT produces wrong value
                 Key: HIVE-10898
                 URL: https://issues.apache.org/jira/browse/HIVE-10898
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.13.1
         Environment: Hive running on Spark in Standalone mode
            Reporter: Andrey Kurochkin
            Priority: Critical


Example Query:
SELECT CAST("775983671874188101" as BIGINT)
Produces: 775983671874188160L
Note: last 2 digits.



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