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 e1fd685 commit 9273874Copy full SHA for 9273874
sql/core/src/test/scala/org/apache/spark/sql/execution/SQLExecutionSuite.scala
@@ -51,6 +51,8 @@ class SQLExecutionSuite extends SparkFunSuite {
51
52
test("concurrent query execution with fork-join pool (SPARK-13747)") {
53
val sc = new SparkContext("local[*]", "test")
54
+ val sqlContext = new SQLContext(sc)
55
+ import sqlContext.implicits._
56
try {
57
// Should not throw IllegalArgumentException
58
(1 to 100).par.foreach { _ =>
0 commit comments