AngersZhuuuu commented on a change in pull request #32201:
URL: https://github.com/apache/spark/pull/32201#discussion_r618058517



##########
File path: docs/sql-ref-syntax-qry-select-groupby.md
##########
@@ -113,7 +116,18 @@ aggregate_name ( [ DISTINCT ] expression [ , ... ] ) [ 
FILTER ( WHERE boolean_ex
         (warehouse, location),
         (warehouse, size),
         (warehouse))`.
- 
+    
+    `GROUP BY warehouse, GROUPING SETS((env), GROUPING SETS((product), ()), 
GROUPING SETS((location, size), (location), (size), ()))`
+    and `GROUP BY warehouse, GROUPING SETS((env), ROLLUP(product), 
CUBE(location, size))` is equivalent to 
+    `GROUP BY  GROUPING SETS(

Review comment:
       Done

##########
File path: docs/sql-ref-syntax-qry-select-groupby.md
##########
@@ -113,7 +116,18 @@ aggregate_name ( [ DISTINCT ] expression [ , ... ] ) [ 
FILTER ( WHERE boolean_ex
         (warehouse, location),
         (warehouse, size),
         (warehouse))`.
- 
+    
+    `GROUP BY warehouse, GROUPING SETS((env), GROUPING SETS((product), ()), 
GROUPING SETS((location, size), (location), (size), ()))`

Review comment:
       how about current?




-- 
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:
us...@infra.apache.org



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

Reply via email to