Greg Rahn created IMPALA-8029:
---------------------------------

             Summary: Support DISTINCT with aggregates
                 Key: IMPALA-8029
                 URL: https://issues.apache.org/jira/browse/IMPALA-8029
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.2.0
            Reporter: Greg Rahn
            Assignee: Paul Rogers


The following is valid syntax, but throws an error in Impala 3.2.0:
{noformat}
sql> select distinct sum(col0) from tab0;
ERROR: AnalysisException: cannot combine SELECT DISTINCT with aggregate 
functions or GROUP BY
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to