File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sql/core/src/test/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import java.util.regex.Pattern
2626import scala .concurrent .duration ._
2727import scala .jdk .CollectionConverters ._
2828import scala .language .implicitConversions
29+
2930import org .apache .hadoop .fs .Path
3031import org .scalatest .{Assertions , BeforeAndAfterAll , Suite }
3132import org .scalatest .concurrent .Eventually
@@ -46,8 +47,8 @@ import org.apache.spark.sql.execution.columnar.InMemoryRelation
4647import org .apache .spark .sql .execution .datasources .DataSourceUtils
4748import org .apache .spark .sql .util .QueryExecutionListener
4849import org .apache .spark .storage .StorageLevel
49- import org .apache .spark .util .Utils
5050import org .apache .spark .util .ArrayImplicits ._
51+ import org .apache .spark .util .Utils
5152
5253
5354/**
You can’t perform that action at this time.
0 commit comments