File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ package org.apache.spark.sql.execution.streaming.state
1919
2020import java .io .{File , IOException }
2121import java .net .URI
22+ import java .util
2223import java .util .UUID
2324
2425import scala .collection .JavaConverters ._
2526import scala .collection .mutable
2627import scala .util .Random
2728
28- import java .util
2929import org .apache .commons .io .FileUtils
3030import org .apache .hadoop .conf .Configuration
3131import org .apache .hadoop .fs ._
3232import org .scalatest .{BeforeAndAfter , PrivateMethodTester }
3333import org .scalatest .concurrent .Eventually ._
3434import org .scalatest .time .SpanSugar ._
35- import org .apache .spark ._
3635
36+ import org .apache .spark ._
3737import org .apache .spark .LocalSparkContext ._
3838import org .apache .spark .sql .SparkSession
3939import org .apache .spark .sql .catalyst .expressions .{GenericInternalRow , UnsafeProjection , UnsafeRow }
You can’t perform that action at this time.
0 commit comments