[
https://issues.apache.org/jira/browse/TAJO-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999423#comment-13999423
]
Hyunsik Choi commented on TAJO-801:
-----------------------------------
+1
Excellent! The patch is great work and includes lots of tests. I'll commit it
shortly.
> 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
> Fix For: 0.9.0, 0.8.1
>
> 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)