Skip to content

Commit 8d4e5d2

Browse files
committed
Remove a wildcard import
1 parent 3527e00 commit 8d4e5d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

graphx/src/main/scala/org/apache/spark/graphx/impl/EdgePartitionBuilder.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717

1818
package org.apache.spark.graphx.impl
1919

20-
import scala.reflect.ClassTag
21-
import scala.util.Sorting
20+
import org.apache.spark.util.collection.{SortDataFormat, Sorter, PrimitiveVector}
2221

23-
import org.apache.spark.util.collection._
22+
import scala.reflect.ClassTag
2423

2524
import org.apache.spark.graphx._
2625
import org.apache.spark.graphx.util.collection.GraphXPrimitiveKeyOpenHashMap

0 commit comments

Comments
 (0)