[ 
https://issues.apache.org/jira/browse/SPARK-41595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649527#comment-17649527
 ] 

Apache Spark commented on SPARK-41595:
--------------------------------------

User 'allisonwang-db' has created a pull request for this issue:
https://github.com/apache/spark/pull/39133

> Support generator function explode/explode_outer in the FROM clause
> -------------------------------------------------------------------
>
>                 Key: SPARK-41595
>                 URL: https://issues.apache.org/jira/browse/SPARK-41595
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Allison Wang
>            Priority: Major
>
> Currently, the table-valued generator function explode/explode_outer can only 
> be used in the SELECT clause of a query:
> SELECT explode(array(1, 2))
> This task is to allow table-valued functions to be used in the FROM clause of 
> a query:
> SELECT * FROM explode(array(1, 2))



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