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