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.
2 parents 2bd2228 + 656d544 commit 890329cCopy full SHA for 890329c
core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala
@@ -147,7 +147,7 @@ private[spark] class PythonRDD(
147
148
// Check whether the worker is ready to be re-used.
149
if (reuse_worker) {
150
- // Tt has a high possibility that the ending mark is already available,
+ // It has a high possibility that the ending mark is already available,
151
// And current task should not be blocked by checking it
152
153
if (stream.available() >= 4) {
0 commit comments