[
https://issues.apache.org/jira/browse/TAJO-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985052#comment-13985052
]
Hyoungjun Kim commented on TAJO-801:
------------------------------------
I create review request on review board.
https://reviews.apache.org/r/20873/
> 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)