Repository: spark
Updated Branches:
refs/heads/master b4724db19 -> b58cf77c4
[DOCS][MINOR] Add missing since to SparkR repeat_string note.
## What changes were proposed in this pull request?
Replace
note repeat_string 2.3.0
with
note repeat_string since 2.3.0
## How was this patch tested?
`create-docs.sh`
Author: zero323 <[email protected]>
Closes #17779 from zero323/REPEAT-NOTE.
Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b58cf77c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b58cf77c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b58cf77c
Branch: refs/heads/master
Commit: b58cf77c4db49ba236b779905a943f025c6aaedd
Parents: b4724db
Author: zero323 <[email protected]>
Authored: Thu Apr 27 00:29:43 2017 -0700
Committer: Felix Cheung <[email protected]>
Committed: Thu Apr 27 00:29:43 2017 -0700
----------------------------------------------------------------------
R/pkg/R/functions.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/spark/blob/b58cf77c/R/pkg/R/functions.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/functions.R b/R/pkg/R/functions.R
index 752e4c5..6b91fa5 100644
--- a/R/pkg/R/functions.R
+++ b/R/pkg/R/functions.R
@@ -3796,7 +3796,7 @@ setMethod("split_string",
#' # This is equivalent to the following SQL expression
#' first(selectExpr(df, "repeat(value, 3)"))
#' }
-#' @note repeat_string 2.3.0
+#' @note repeat_string since 2.3.0
setMethod("repeat_string",
signature(x = "Column", n = "numeric"),
function(x, n) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]