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

Reply via email to