AngersZhuuuu commented 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.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]