Hyoungjun Kim created TAJO-827:
----------------------------------

             Summary: SUM() overflow in the case of INT4, FLOAT4
                 Key: TAJO-827
                 URL: https://issues.apache.org/jira/browse/TAJO-827
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyoungjun Kim
            Assignee: Hyoungjun Kim
            Priority: Minor


See the title and a next query result.
{noformat} 
babokim> select * from iii;
a
-------------------------------
1182614790
1182614790
1182614790
1182614790
1182614790
1182614790
 
babokim> select sum(a) from iii;
?sum
-------------------------------
-1494245852
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to