Skip to content

Commit 07aa7c0

Browse files
committed
Unifies the implementation of lapply with lapplyParitionsWithIndex.
1 parent 2619003 commit 07aa7c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/R/RDD.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ setMethod("lapply",
493493
func <- function(split, iterator) {
494494
lapply(iterator, FUN)
495495
}
496-
PipelinedRDD(X, func)
496+
lapplyPartitionsWithIndex(X, func)
497497
})
498498

499499
#' @rdname lapply

0 commit comments

Comments
 (0)