Skip to content

Commit 00a8c1c

Browse files
author
Sun Rui
committed
Fix a comment.
1 parent ef52c46 commit 00a8c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/r/MapPartitionsRWrapper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import org.apache.spark.sql.types.StructType
2525
import org.apache.spark.sql.Row
2626

2727
/**
28-
* Physical plan node that applies the given R function to each partition.
28+
* A function wrapper that applies the given R function to each partition.
2929
*/
3030
private[sql] case class MapPartitionsRWrapper(
3131
func: Array[Byte],

0 commit comments

Comments
 (0)