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

    https://github.com/apache/spark/pull/18114#discussion_r123310929
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -2458,111 +2441,78 @@ setMethod("instr", signature(y = "Column", x = 
"character"),
                 column(jc)
               })
     
    -#' next_day
    -#'
    -#' Given a date column, returns the first date which is later than the 
value of the date column
    -#' that is on the specified day of the week.
    -#'
    -#' For example, \code{next_day('2015-07-27', "Sunday")} returns 2015-08-02 
because that is the first
    -#' Sunday after 2015-07-27.
    -#'
    -#' Day of the week parameter is case insensitive, and accepts first three 
or two characters:
    -#' "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun".
    +#' @section Details:
    --- End diff --
    
    change to `@details`?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to