[
https://issues.apache.org/jira/browse/TAJO-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyoungjun Kim updated TAJO-827:
-------------------------------
Summary: SUM() overflow in the case of INT4 (was: SUM() overflow in the
case of INT4, FLOAT4)
> 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
>
> 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)