[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9994 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-160032405 LGTM - going to merge it. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/9994#discussion_r46014608 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala --- @@ -261,6 +261,9 @@ class DataFrameAggregateSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159878319 @davies @rxin --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feat

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159878137 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159878135 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159877999 **[Test build #46760 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46760/consoleFull)** for PR 9994 at commit [`1d36ff7`](https://git

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159852628 **[Test build #46760 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46760/consoleFull)** for PR 9994 at commit [`1d36ff7`](https://gith

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/9994 [SPARK-12011] [SQL] Stddev/Variance etc should support columnName as arguments Spark SQL aggregate function stddev/stddev_pop/stddev_samp/variance/var_pop/var_samp/skewness/kurtosis/collect_list