maropu commented on a change in pull request #25880: Correct a log message
URL: https://github.com/apache/spark/pull/25880#discussion_r326851478
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
 ##########
 @@ -1521,7 +1521,7 @@ private[spark] class DAGScheduler(
             markStageAsFinished(failedStage, errorMessage = 
Some(failureMessage),
               willRetry = !shouldAbortStage)
           } else {
-            logDebug(s"Received fetch failure from $task, but its from 
$failedStage which is no " +
+            logDebug(s"Received fetch failure from $task, but it's from 
$failedStage which is no " +
               s"longer running")
 
 Review comment:
   Can you drop `s` in the head, too?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to