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 f03cdfa commit 0fc9d40Copy full SHA for 0fc9d40
core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala
@@ -776,7 +776,7 @@ private[spark] object PythonRDD extends Logging {
776
}
777
778
/**
779
- * Convert and RDD of Java objects to and RDD of serialized Python objects, that is usable by
+ * Convert an RDD of Java objects to an RDD of serialized Python objects, that is usable by
780
* PySpark.
781
*/
782
def javaToPython(jRDD: JavaRDD[Any]): JavaRDD[Array[Byte]] = {
0 commit comments