Skip to content

Commit ca268b9

Browse files
committed
Remove unused imports
1 parent 4fa71ea commit ca268b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.apache.spark.sql.execution.streaming
1919

20-
import java.io.IOException
2120
import java.util.UUID
2221
import java.util.concurrent.{CountDownLatch, TimeUnit}
2322
import java.util.concurrent.locks.ReentrantLock
@@ -33,7 +32,7 @@ import org.apache.spark.sql.catalyst.encoders.RowEncoder
3332
import org.apache.spark.sql.catalyst.expressions.{Attribute, AttributeMap, CurrentBatchTimestamp, CurrentDate, CurrentTimestamp}
3433
import org.apache.spark.sql.catalyst.plans.logical.{LocalRelation, LogicalPlan}
3534
import org.apache.spark.sql.execution.QueryExecution
36-
import org.apache.spark.sql.execution.command.{ExplainCommand, StreamingExplainCommand}
35+
import org.apache.spark.sql.execution.command.StreamingExplainCommand
3736
import org.apache.spark.sql.streaming._
3837
import org.apache.spark.util.{Clock, UninterruptibleThread, Utils}
3938

0 commit comments

Comments
 (0)