You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by yanboliang <gi...@git.apache.org> on 2017/02/17 02:48:54 UTC

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

Github user yanboliang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16951#discussion_r101676617
  
    --- Diff: R/pkg/R/stats.R ---
    @@ -149,15 +149,18 @@ setMethod("freqItems", signature(x = "SparkDataFrame", cols = "character"),
     #' This method implements a variation of the Greenwald-Khanna algorithm (with some speed
     #' optimizations). The algorithm was first present in [[http://dx.doi.org/10.1145/375663.375670
     #' Space-efficient Online Computation of Quantile Summaries]] by Greenwald and Khanna.
    +#' Note that rows containing any NA values will be removed before calculation.
    --- End diff --
    
    Added test cases.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org