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

    https://github.com/apache/spark/pull/21688#discussion_r224251226
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -278,7 +198,7 @@ private[ui] class StagePage(parent: StagesTab, store: 
AppStatusStore) extends We
           }
         }
         val currentTime = System.currentTimeMillis()
    -    val (taskTable, taskTableHTML) = try {
    +    val taskTable = try {
           val _taskTable = new TaskPagedTable(
    --- End diff --
    
    ok might be something we should look at closer to see if we want to clean 
up and use the rest api for 


---

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

Reply via email to