Nikola Mandic created SPARK-48556:
-------------------------------------

             Summary: 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


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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to