Skip to content

Commit 6a19a5d

Browse files
committed
update since doc
1 parent 812333e commit 6a19a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/SQLContext.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ sparkR.conf <- function(key, defaultValue) {
169169
#' sparkR.session()
170170
#' version <- sparkR.version()
171171
#' }
172-
#' @note sparkR.version since 2.1.0
172+
#' @note sparkR.version since 2.0.1
173173
sparkR.version <- function() {
174174
sparkSession <- getSparkSession()
175175
callJMethod(sparkSession, "version")

0 commit comments

Comments
 (0)