File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
sql/core/src/test/scala/org/apache/spark/sql/execution Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .sql .execution
1919
20- import org .apache .spark .sql .catalyst .CatalystTypeConverters
21- import org .scalatest .{FunSuite , Matchers }
20+ import org .scalatest .Matchers
21+
22+ import org .apache .spark .SparkFunSuite
2223
2324import org .apache .spark .sql .{SQLConf , SQLContext , Row }
25+ import org .apache .spark .sql .catalyst .CatalystTypeConverters
2426import org .apache .spark .sql .catalyst .expressions ._
2527import org .apache .spark .sql .types ._
2628import org .apache .spark .sql .test .TestSQLContext
27- import org .apache .spark .sql .test .TestSQLContext .implicits ._
2829
29- class UnsafeExternalSortSuite extends FunSuite with Matchers {
30+ class UnsafeExternalSortSuite extends SparkFunSuite with Matchers {
3031
3132 private def createRow (values : Any * ): Row = {
3233 new GenericRow (values.map(CatalystTypeConverters .convertToCatalyst).toArray)
You can’t perform that action at this time.
0 commit comments