Skip to content

Commit 9273874

Browse files
author
Andrew Or
committed
Fix test
1 parent e1fd685 commit 9273874

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
@@ -51,6 +51,8 @@ class SQLExecutionSuite extends SparkFunSuite {
5151

5252
test("concurrent query execution with fork-join pool (SPARK-13747)") {
5353
val sc = new SparkContext("local[*]", "test")
54+
val sqlContext = new SQLContext(sc)
55+
import sqlContext.implicits._
5456
try {
5557
// Should not throw IllegalArgumentException
5658
(1 to 100).par.foreach { _ =>

0 commit comments

Comments
 (0)