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

    https://github.com/apache/spark/pull/21228#discussion_r185791719
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -963,6 +964,7 @@ setMethod("kurtosis",
     #' last(df$c, TRUE)
     #' }
     #' @note last since 1.4.0
    +#' @note the function is non-deterministic because its result depends on 
order of rows.
    --- End diff --
    
    for the first/last maybe word it:
    "the function is non-deterministic, because its results depends on order of 
rows, which may be non-deterministic after a shuffle"



---

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

Reply via email to