Skip to content

Commit 7162ecf

Browse files
Vinod K Crxin
authored andcommitted
[SPARK-6733][ Scheduler]Added scala.language.existentials
Author: Vinod K C <[email protected]> Closes apache#5384 from vinodkc/Suppression_Scala_existential_code and squashes the following commits: 82a3a1f [Vinod K C] Added scala.language.existentials
1 parent b65bad6 commit 7162ecf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import java.util.concurrent.atomic.AtomicInteger
2424

2525
import scala.collection.mutable.{ArrayBuffer, HashMap, HashSet, Map, Stack}
2626
import scala.concurrent.duration._
27+
import scala.language.existentials
2728
import scala.language.postfixOps
2829
import scala.util.control.NonFatal
2930

mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import java.util.Random
2222

2323
import scala.collection.mutable
2424
import scala.collection.mutable.ArrayBuffer
25+
import scala.language.existentials
2526

2627
import com.github.fommil.netlib.BLAS.{getInstance => blas}
2728
import org.scalatest.FunSuite

0 commit comments

Comments
 (0)