Skip to content
Snippets Groups Projects
Commit c9bc8af3 authored by Mark Hamstra's avatar Mark Hamstra
Browse files

Removed repetative import; fixes hidden definition compiler warning.

parent a106ed8b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ import org.apache.spark.SparkContext._ ...@@ -25,7 +25,6 @@ import org.apache.spark.SparkContext._
import org.apache.spark.rdd._ import org.apache.spark.rdd._
import scala.collection.parallel.mutable import scala.collection.parallel.mutable
import org.apache.spark._ import org.apache.spark._
import org.apache.spark.rdd.CoalescedRDDPartition
class RDDSuite extends FunSuite with SharedSparkContext { class RDDSuite extends FunSuite with SharedSparkContext {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment