You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/12/20 01:47:00 UTC

[jira] [Commented] (SPARK-41595) Support generator function explode/explode_outer in the FROM clause

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