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

    https://github.com/apache/spark/pull/18114#discussion_r123328162
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -34,6 +34,58 @@ NULL
     #' df <- createDataFrame(cbind(model = rownames(mtcars), mtcars))}
     NULL
     
    +#' Date time functions for Column operations
    +#'
    +#' Date time functions defined for \code{Column}.
    +#'
    +#' @param x Column to compute on.
    +#' @param format For \code{to_date} and \code{to_timestamp}, it is the 
string to use to parse
    +#'               x Column to DateType or TimestampType. For \code{trunc}, 
it is the  string used
    --- End diff --
    
    fixed


---
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