[ 
https://issues.apache.org/jira/browse/SPARK-51901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SPARK-51901:
-----------------------------------
    Labels: pull-request-available  (was: )

> Disallow generator functions in grouping sets
> ---------------------------------------------
>
>                 Key: SPARK-51901
>                 URL: https://issues.apache.org/jira/browse/SPARK-51901
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.1.0
>            Reporter: Mihailo Aleksic
>            Priority: Major
>              Labels: pull-request-available
>
> Currently following query throws an internal error:
> {code:java}
> select 1 group by grouping sets (inline(array(struct('column', 'col2'))))
> {code}
> I propose that we disallow generator functions in grouping sets and as a 
> consequence throw a more user friendly one.



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