[ 
https://issues.apache.org/jira/browse/TAJO-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyoungjun Kim updated TAJO-827:
-------------------------------

    Attachment: TAJO-827.patch

> SUM() overflow in the case of INT4
> ----------------------------------
>
>                 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
>         Attachments: TAJO-827.patch
>
>
> 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