Hyoungjun Kim created TAJO-801:
----------------------------------
Summary: 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
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)