aboutsummaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorVinod K C <vinod.kc@huawei.com>2015-04-07 10:42:08 -0700
committerReynold Xin <rxin@databricks.com>2015-04-07 10:42:08 -0700
commit7162ecf88624615c78a332de482f5defd297e415 (patch)
tree92defac4a87426c4320319fe3735b34ec2805838 /mllib
parentb65bad65c3500475b974ca0219f218eef296db2c (diff)
downloadspark-7162ecf88624615c78a332de482f5defd297e415.tar.gz
spark-7162ecf88624615c78a332de482f5defd297e415.tar.bz2
spark-7162ecf88624615c78a332de482f5defd297e415.zip
[SPARK-6733][ Scheduler]Added scala.language.existentials
Author: Vinod K C <vinod.kc@huawei.com> Closes #5384 from vinodkc/Suppression_Scala_existential_code and squashes the following commits: 82a3a1f [Vinod K C] Added scala.language.existentials
Diffstat (limited to 'mllib')
-rw-r--r--mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala b/mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala
index 29d4ec5f85..fc7349330c 100644
--- a/mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala
+++ b/mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala
@@ -22,6 +22,7 @@ import java.util.Random
import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer
+import scala.language.existentials
import com.github.fommil.netlib.BLAS.{getInstance => blas}
import org.scalatest.FunSuite