Taras Bobrovytsky created IMPALA-6072:
-----------------------------------------

             Summary: Incorrect result when multiplying two bigints
                 Key: IMPALA-6072
                 URL: https://issues.apache.org/jira/browse/IMPALA-6072
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.11.0
            Reporter: Taras Bobrovytsky
            Priority: Blocker


The following query produces an incorrect result:
{code}
select cast(9999999 as bigint) * cast(999999999999 as bigint)
{code}

Result:
{code}
-8446745073719551615
{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to