You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2014/06/20 22:54:24 UTC

[jira] [Created] (SPARK-2226) HAVING should be able to contain aggregate expressions that don't appear in the aggregation list.

Reynold Xin created SPARK-2226:
----------------------------------

             Summary: HAVING should be able to contain aggregate expressions that don't appear in the aggregation list. 
                 Key: SPARK-2226
                 URL: https://issues.apache.org/jira/browse/SPARK-2226
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 1.0.0
            Reporter: Reynold Xin


https://github.com/apache/hive/blob/trunk/ql/src/test/queries/clientpositive/having.q

This test file contains the following query:
{code}
SELECT key FROM src GROUP BY key HAVING max(value) > "val_255";
{code}

Once we fixed this issue, we should whitelist having.q.




--
This message was sent by Atlassian JIRA
(v6.2#6252)