Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22525#discussion_r219715130
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -132,7 +132,7 @@ private[ui] class StagePage(parent: StagesTab, store: 
AppStatusStore) extends We
         val totalTasksNumStr = if (totalTasks == storedTasks) {
           s"$totalTasks"
         } else {
    -      s"$storedTasks, showing ${totalTasks}"
    +      s"$totalTasks, showing $storedTasks"
    --- End diff --
    
    Could you update the title to `[SPARK-25503][CORE][WEBUI] ...`?


---

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

Reply via email to