Xiao Li created SPARK-14085: ------------------------------- Summary: Star Expansion for Hash and Concat 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
To support star expansion, we can do it like, {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