Herman van Hovell created SPARK-11451:
-----------------------------------------

             Summary: Support single distinct count on multiple columns
                 Key: SPARK-11451
                 URL: https://issues.apache.org/jira/browse/SPARK-11451
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Herman van Hovell
            Priority: Minor


The new aggregation code path does not support distinct counting on multiple 
colums. For example:
{noformat}
SELECT COUNT(DISTINCT a, b) FROM c
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to