[
https://issues.apache.org/jira/browse/TAJO-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002959#comment-14002959
]
Hudson commented on TAJO-829:
-----------------------------
FAILURE: Integrated in Tajo-master-build #219 (See
[https://builds.apache.org/job/Tajo-master-build/219/])
TAJO-829: Same constants in groupby clause may cause planning error. (hyunsik:
rev 1c21e8bb692a33530cb804291517f57635b4b091)
*
tajo-core/src/test/resources/queries/TestGroupByQuery/testGroupByWithSameConstantKeys1.sql
*
tajo-core/src/main/java/org/apache/tajo/engine/planner/rewrite/ProjectionPushDownRule.java
*
tajo-core/src/test/resources/results/TestGroupByQuery/testGroupByWithSameConstantKeys1.result
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestGroupByQuery.java
> Same constants in groupby clause may cause planning error.
> ----------------------------------------------------------
>
> Key: TAJO-829
> URL: https://issues.apache.org/jira/browse/TAJO-829
> Project: Tajo
> Issue Type: Bug
> Components: planner/optimizer
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.9.0, 0.8.1
>
>
> {code}
> select l_partkey as a, '##' as b, '##' as c, count(*) d
> from lineitem
> group by a, b, c
> {code}
> See the above query case. This query causes the planning error. This patch
> fixes the bug. Also, this patch removes duplicated group by keys.
> I verified 'mvn clean install'.
--
This message was sent by Atlassian JIRA
(v6.2#6252)