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

    https://github.com/apache/spark/pull/19243#discussion_r139601790
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -998,33 +998,39 @@ setMethod("unique",
     #' sparkR.session()
     #' path <- "path/to/file.json"
     #' df <- read.json(path)
    +#' collect(sample(df, fraction=0.5))
     #' collect(sample(df, FALSE, 0.5))
    -#' collect(sample(df, TRUE, 0.5))
    +#' collect(sample(df, TRUE, 0.5, seed=3))
    --- End diff --
    
    I think the style here is to have one space between the param name and its 
value, like `seed = 3` and `fraction = 0.5` above


---

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

Reply via email to