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

Michael Armbrust resolved SPARK-5383.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

Issue resolved by pull request 4186
[https://github.com/apache/spark/pull/4186]

> support alias for udfs with multi output columns
> ------------------------------------------------
>
>                 Key: SPARK-5383
>                 URL: https://issues.apache.org/jira/browse/SPARK-5383
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.2.0
>            Reporter: wangfei
>             Fix For: 1.3.0
>
>
> when a udf output multi columns, now we can not use alias for them in 
> spark-sql, see this flowing sql:
> select stack(1, key, value, key, value) as (a, b, c, d) from src limit 5;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to