[
https://issues.apache.org/jira/browse/TAJO-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jihoon Son updated TAJO-1232:
-----------------------------
Attachment: TAJO-1232_2.patch
I have added comments on changes.
> 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
>
> Attachments: TAJO-1232.patch, TAJO-1232_2.patch
>
>
> 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)