You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2016/01/11 05:35:39 UTC

[jira] [Commented] (SPARK-12740) grouping()/grouping_id() should work with having and order by

    [ https://issues.apache.org/jira/browse/SPARK-12740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091418#comment-15091418 ] 

Liang-Chi Hsieh commented on SPARK-12740:
-----------------------------------------

[~davies] Do we have the functions grouping and grouping_id? I guess that they are not GROUPING__ID, right?

> grouping()/grouping_id() should work with having and order by
> -------------------------------------------------------------
>
>                 Key: SPARK-12740
>                 URL: https://issues.apache.org/jira/browse/SPARK-12740
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Davies Liu
>
> The following query should work
> {code}
> select a, b, sum(c) from t group by cube(a, b) having grouping(a) = 0 order by grouping_id(a, b)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org