[
https://issues.apache.org/jira/browse/SPARK-48556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan resolved SPARK-48556.
---------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 46900
[https://github.com/apache/spark/pull/46900]
> Incorrect error message pointing to UNSUPPORTED_GROUPING_EXPRESSION
> -------------------------------------------------------------------
>
> Key: SPARK-48556
> URL: https://issues.apache.org/jira/browse/SPARK-48556
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 4.0.0
> Reporter: Nikola Mandic
> Assignee: Nikola Mandic
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> Following sequence of queries produces UNSUPPORTED_GROUPING_EXPRESSION error:
> {code:java}
> create table t1(a int, b int) using parquet;
> select grouping(a), dummy from t1 group by a with rollup; {code}
> However, the appropriate error should point the user to the invalid dummy
> column name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]