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

    https://github.com/apache/spark/pull/19750#discussion_r151283135
  
    --- Diff: 
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
    @@ -563,7 +575,7 @@ private[spark] class AppStatusListener(
       /** Flush all live entities' data to the underlying store. */
       def flush(): Unit = {
         val now = System.nanoTime()
    -    liveStages.values.foreach { stage =>
    +    liveStages.values.asScala.foreach { stage =>
    --- End diff --
    
    Why add `asScala`?


---

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

Reply via email to