[
https://issues.apache.org/jira/browse/TAJO-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyoungjun Kim updated TAJO-801:
-------------------------------
Attachment: TAJO-801.patch
> Multiple distinct should be supported.
> --------------------------------------
>
> Key: TAJO-801
> URL: https://issues.apache.org/jira/browse/TAJO-801
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Attachments: TAJO-801.patch
>
>
> Currently the following query is not supported.
> {code}
> default> select id, count(distinct age), count(distinct name) from table2
> group by id;
> ERROR: different DISTINCT columns are not supported yet: age, name
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)