[GitHub] spark pull request #16951: [SPARK-19619][SPARKR] SparkR approxQuantile suppo...

2017-02-15 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16951#discussion_r101454231 --- Diff: R/pkg/R/stats.R --- @@ -149,15 +149,18 @@ setMethod("freqItems", signature(x = "SparkDataFrame", cols = "character"), #' This method

[GitHub] spark pull request #16951: [SPARK-19619][SPARKR] SparkR approxQuantile suppo...

2017-02-15 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16951#discussion_r101454291 --- Diff: R/pkg/R/stats.R --- @@ -149,15 +149,18 @@ setMethod("freqItems", signature(x = "SparkDataFrame", cols = "character"), #' This method

[GitHub] spark pull request #16951: [SPARK-19619][SPARKR] SparkR approxQuantile suppo...

2017-02-15 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16951#discussion_r101454138 --- Diff: R/pkg/R/stats.R --- @@ -149,15 +149,18 @@ setMethod("freqItems", signature(x = "SparkDataFrame", cols = "character"), #' This method

[GitHub] spark pull request #16951: [SPARK-19619][SPARKR] SparkR approxQuantile suppo...

2017-02-15 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16951#discussion_r101453993 --- Diff: R/pkg/R/stats.R --- @@ -149,15 +149,18 @@ setMethod("freqItems", signature(x = "SparkDataFrame", cols = "character"), #' This method

[GitHub] spark pull request #16951: [SPARK-19619][SPARKR] SparkR approxQuantile suppo...

2017-02-15 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/16951 [SPARK-19619][SPARKR] SparkR approxQuantile supports input multiple columns ## What changes were proposed in this pull request? SparkR ```approxQuantile``` supports input multiple columns.