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

Xiao Li updated SPARK-14085:
----------------------------
    Summary: Star Expansion for Hash  (was: Star Expansion for Hash and Concat)

> Star Expansion for Hash
> -----------------------
>
>                 Key: SPARK-14085
>                 URL: https://issues.apache.org/jira/browse/SPARK-14085
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>
> Support star expansion in hash and concat. For example
> {code}
> val structDf = testData2.select("a", "b").as("record")
> structDf.select(hash($"*")
> structDf.select(concat($"*"))
> {code}



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