[
https://issues.apache.org/jira/browse/TAJO-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950691#comment-13950691
]
Hudson commented on TAJO-718:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #144 (See
[https://builds.apache.org/job/Tajo-master-build/144/])
TAJO-718: A group-by clause with the same columns but aliased causes planning
error. (Add missed test query files) (hyunsik: rev
5d94b031bad1505af42aacc3a89435953ff73eec)
*
tajo-core/tajo-core-backend/src/test/resources/results/TestCaseByCases/testTAJO718Case.result
*
tajo-core/tajo-core-backend/src/test/resources/queries/TestCaseByCases/testTAJO718Case.sql
> A group-by clause with the same columns but aliased causes planning error.
> --------------------------------------------------------------------------
>
> Key: TAJO-718
> URL: https://issues.apache.org/jira/browse/TAJO-718
> Project: Tajo
> Issue Type: Bug
> Components: planner/optimizer
> Affects Versions: 0.8-incubating, 1.0-incubating
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.8-incubating, 1.0-incubating
>
> Attachments: TAJO-718.patch
>
>
> The reproduction SQL statement is as follows:
> {code}
> SELECT
> "lineitem".l_orderkey AS l_orderkey,
> "lineitem".l_orderkey AS l_orderkey1,
> COUNT ("lineitem".l_orderkey) AS T57801e5322bc50
> FROM
> "lineitem"
> GROUP BY
> l_orderkey, l_orderkey1
> ORDER BY
> l_orderkey, l_orderkey1;
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)