Skip to content

Commit 0d5062f

Browse files
committed
# Conflicts: # sql/core/src/main/scala/org/apache/spark/sql/execution/ui/AllExecutionsPage.scala
2 parents a89b3db + 0eeb5df commit 0d5062f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/ui/AllExecutionsPage.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private[ui] class AllExecutionsPage(parent: SQLTab) extends WebUIPage("") with L
3939
val running = new mutable.ArrayBuffer[SQLExecutionUIData]()
4040
val completed = new mutable.ArrayBuffer[SQLExecutionUIData]()
4141
val failed = new mutable.ArrayBuffer[SQLExecutionUIData]()
42-
4342
sqlStore.executionsList().foreach { e =>
4443
val isRunning = e.completionTime.isEmpty ||
4544
e.jobs.exists { case (_, status) => status == JobExecutionStatus.RUNNING }

0 commit comments

Comments
 (0)