Skip to content

Commit bb7388b

Browse files
author
Marcelo Vanzin
committed
Remove stale comment.
1 parent a42f418 commit bb7388b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ private[sql] class SQLAppStatusStore(
5959

6060
def executionMetrics(executionId: Long): Map[Long, String] = {
6161
val exec = store.read(classOf[SQLExecutionUIData], executionId)
62-
63-
// Need to try to read from the underlying store twice, in case the live execution data is
64-
// removed from the listener while this method is running.
6562
Option(exec.metricValues)
6663
.orElse(listener.map(_.executionMetrics(executionId)))
6764
.getOrElse(Map())

0 commit comments

Comments
 (0)