We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f9aa5 commit 7c057fcCopy full SHA for 7c057fc
R/pkg/R/DataFrame.R
@@ -3429,5 +3429,5 @@ setMethod("randomSplit",
3429
setMethod("getNumPartitions",
3430
signature(x = "SparkDataFrame"),
3431
function(x) {
3432
- getNumPartitions(toRDD(x))
+ getNumPartitionsRDD(toRDD(x))
3433
})
R/pkg/R/RDD.R
@@ -313,7 +313,7 @@ setMethod("checkpoint",
313
#' @rdname getNumPartitions
314
#' @aliases getNumPartitions,RDD-method
315
#' @noRd
316
-setMethod("getNumPartitions",
+setMethod("getNumPartitionsRDD",
317
signature(x = "RDD"),
318
319
callJMethod(getJRDD(x), "getNumPartitions")
0 commit comments