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

Reynold Xin resolved SPARK-5799.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0
         Assignee: Liang-Chi Hsieh

> Compute aggregation function on specified numeric columns
> ---------------------------------------------------------
>
>                 Key: SPARK-5799
>                 URL: https://issues.apache.org/jira/browse/SPARK-5799
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Compute aggregation function on specified numeric columns. For example:
> val df = Seq(("a", 1, 0, "b"), ("b", 2, 4, "c"), ("a", 2, 3, 
> "d")).toDataFrame("key", "value1", "value2", "rest")
> df.groupBy("key").min("value2")



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