You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/26 10:06:07 UTC

[GitHub] [spark] AngersZhuuuu edited a comment on pull request #30144: [SPARK-33229][SQL] Support GROUP BY use Separate columns and CUBE/ROLLUP

AngersZhuuuu edited a comment on pull request #30144:
URL: https://github.com/apache/spark/pull/30144#issuecomment-716442277


   > postgres=# select a, b, c, sum(v) from t group by rollup(a, b), cube(b, c), grouping sets(a, c);
   
   FYI @maropu, for this sql, we should support 
   ```
   SELECT A, B, SUM(C) FROM TBL GROUP BY A, grouping sets(A, B) 
   ```
    first, I will rase a new jira for this.
   How about support mixed CUBE/ROLLUP first then implement GROUPING SETS in that pr.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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