Skip to content

Commit 890329c

Browse files
author
Davies Liu
committed
Merge branch 'freeze' of github.com:davies/spark into freeze
2 parents 2bd2228 + 656d544 commit 890329c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private[spark] class PythonRDD(
147147

148148
// Check whether the worker is ready to be re-used.
149149
if (reuse_worker) {
150-
// Tt has a high possibility that the ending mark is already available,
150+
// It has a high possibility that the ending mark is already available,
151151
// And current task should not be blocked by checking it
152152

153153
if (stream.available() >= 4) {

0 commit comments

Comments
 (0)