[
https://issues.apache.org/jira/browse/SPARK-20827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-20827.
----------------------------------
Resolution: Incomplete
> cannot express HAVING without a GROUP BY clause
> -----------------------------------------------
>
> Key: SPARK-20827
> URL: https://issues.apache.org/jira/browse/SPARK-20827
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 2.1.0
> Reporter: N Campbell
> Priority: Minor
> Labels: bulk-closed
>
> SPARK SQL does not support a HAVING clause without a GROUP BY which is valid
> SQL and supported by other engines (ORACLE, DB2, ....)
> SELECT
> 'AAAA' AS `C1`
> FROM
> `cert`.`tparts`
> HAVING
> COUNT(`pno`) > 0
> SQL state: java.lang.UnsupportedOperationException: Cannot evaluate
> expression: count(input[0, string, true]), Query: SELECT
> 'AAAA' AS `C1`
> FROM
> `cert`.`tparts`
> HAVING
> COUNT(`pno`) > 0.
> SQLState: HY000
> ErrorCode: 500051
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]