We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47433e commit f8e9901Copy full SHA for f8e9901
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala
@@ -314,8 +314,6 @@ class SQLListener(conf: SparkConf) extends SparkListener with Logging {
314
if (executionUIData.isFailed) {
315
failedExecutions += executionUIData
316
trimExecutionsIfNecessary(failedExecutions)
317
- } else if (executionUIData.jobs.isEmpty && executionUIData.accumulatorMetrics.isEmpty) {
318
- // ignore the executions which don't have associated Spark jobs and metrics.
319
} else {
320
completedExecutions += executionUIData
321
trimExecutionsIfNecessary(completedExecutions)
0 commit comments