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

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

Allison Wang created SPARK-41595:
------------------------------------

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


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