Skip to content

Commit 491704f

Browse files
committed
[SPARK-19607][HOTFIX] Finding QueryExecution that matches provided executionId
1 parent 3755da7 commit 491704f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/SQLExecutionSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ class SQLExecutionSuite extends SparkFunSuite {
129129
df.collect()
130130

131131
assert(df.queryExecution === queryExecution)
132+
133+
spark.stop()
132134
}
133135
}
134136

0 commit comments

Comments
 (0)