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

    https://github.com/apache/spark/pull/22921#discussion_r230427671
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -1641,30 +1641,30 @@ setMethod("tanh",
               })
     
     #' @details
    -#' \code{toDegrees}: Converts an angle measured in radians to an 
approximately equivalent angle
    +#' \code{degrees}: Converts an angle measured in radians to an 
approximately equivalent angle
     #' measured in degrees.
     #'
     #' @rdname column_math_functions
    -#' @aliases toDegrees toDegrees,Column-method
    -#' @note toDegrees since 1.4.0
    -setMethod("toDegrees",
    +#' @aliases degrees degrees,Column-method
    +#' @note degrees since 2.1.0
    --- End diff --
    
    I'm confused about the since annotation here, where was the degrees 
implementation in 2.1.0? When I look at 
https://spark.apache.org/docs/latest/api/R/index.html I don't see the `degrees` 
function just `toDegrees`>=?


---

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

Reply via email to