Github user shahidki31 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22525#discussion_r219726139
--- 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 --
Done. Thanks
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]