You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Herman van Hovell (JIRA)" <ji...@apache.org> on 2017/03/07 14:48:37 UTC

[jira] [Created] (SPARK-19850) Support aliased expressions in function parameters

Herman van Hovell created SPARK-19850:
-----------------------------------------

             Summary: Support aliased expressions in function parameters
                 Key: SPARK-19850
                 URL: https://issues.apache.org/jira/browse/SPARK-19850
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.1.0
            Reporter: Herman van Hovell
            Assignee: Herman van Hovell


The SQL parser currently does not allow a user to pass an aliased expression as function parameter. This can be useful if we want to create a struct. For example {{select struct(a + 1 as c, b + 4 as d) from tbl_x}} would create a struct with columns {{c}} and {{d}}, instead {{col1}} and {{col2}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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