HyukjinKwon commented on code in PR #44483:
URL: https://github.com/apache/spark/pull/44483#discussion_r1436174767
##########
R/pkg/R/functions.R:
##########
@@ -1091,6 +1091,20 @@ setMethod("dayofyear",
column(jc)
})
+#' @details
+#' \code{monthname}: Extracts the three-letter abbreviated month name from a
+#' given date/timestamp/string.
+#'
+#' @rdname column_datetime_functions
+#' @aliases monthname monthname,Column-method
+#' @note monthname since 3.5.0
Review Comment:
should be 4.0.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]