dongjoon-hyun commented on PR #38001:
URL: https://github.com/apache/spark/pull/38001#issuecomment-1259077129

   Thank you, @cloud-fan , @viirya , @huaxingao . Yes, as Wenchen shared, this 
is really Spark-specific syntax now. Let me add that to PR description.
   ```
   hive> SELECT version();
   OK
   3.1.3 r4df4d75bf1e16fe0af75aad0b4179c34c07fc975
   Time taken: 0.111 seconds, Fetched: 1 row(s)
   
   hive> SELECT count(*), grouping__id from t GROUP BY a GROUPING SETS (b);
   FAILED: SemanticException 1:63 [Error 10213]: Grouping sets expression is 
not in GROUP BY key. Error encountered near token 'b'
   ```
   
   I'll revise the config according to @viirya 's comment and will add a 
migration guide 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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

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