Skip to content

Commit f8e9901

Browse files
committed
do not ignore empty execution
1 parent d47433e commit f8e9901

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ class SQLListener(conf: SparkConf) extends SparkListener with Logging {
314314
if (executionUIData.isFailed) {
315315
failedExecutions += executionUIData
316316
trimExecutionsIfNecessary(failedExecutions)
317-
} else if (executionUIData.jobs.isEmpty && executionUIData.accumulatorMetrics.isEmpty) {
318-
// ignore the executions which don't have associated Spark jobs and metrics.
319317
} else {
320318
completedExecutions += executionUIData
321319
trimExecutionsIfNecessary(completedExecutions)

0 commit comments

Comments
 (0)