Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Mar 9, 2016
1 parent e1fd685 commit 9273874
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class SQLExecutionSuite extends SparkFunSuite {

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

0 comments on commit 9273874

Please sign in to comment.