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

Jihoon Son reassigned TAJO-1232:
--------------------------------

    Assignee: Jihoon Son

> Implicit groupby queries with LIMIT lead to wrong results.
> ----------------------------------------------------------
>
>                 Key: TAJO-1232
>                 URL: https://issues.apache.org/jira/browse/TAJO-1232
>             Project: Tajo
>          Issue Type: Bug
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Jihoon Son
>             Fix For: 0.10
>
>
> See the title. The following query will reproduce the problem.
> {code}
> SELECT sum(x) FROM T1 LIMIT 1;
> > 0
> {code}
> Regardless of the actual summation result, the query result always is 0.



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

Reply via email to