[
https://issues.apache.org/jira/browse/TAJO-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi reopened TAJO-247:
-------------------------------
This problem is not related to distinct aggregation.
DISTINCT keyword makes a query result a set instead of a bag.
{code}
SELECT [DISTINCT | ALL ] x, y, z FROM table1
{code}
> select distinct statement with sort does not work
> -------------------------------------------------
>
> Key: TAJO-247
> URL: https://issues.apache.org/jira/browse/TAJO-247
> Project: Tajo
> Issue Type: Bug
> Components: distributed query plan, physical operator,
> planner/optimizer
> Reporter: Hyunsik Choi
> Fix For: 0.9.1
>
>
> Select distinct statement with order by clause does not work. We need to
> support this query type.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)