Github user squito commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20203#discussion_r161885207
  
    --- Diff: 
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
    @@ -211,6 +211,11 @@ private[spark] class AppStatusListener(
         updateBlackListStatus(event.executorId, true)
       }
     
    +  override def onExecutorBlacklistedForStage(
    +    event: SparkListenerExecutorBlacklistedForStage): Unit = {
    --- End diff --
    
    double-indent this line (4 spaces)


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to