Skip to content

Commit be13162

Browse files
committed
fix import
1 parent 031ad29 commit be13162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ import org.apache.spark.sql.catalyst.InternalRow
3737
import org.apache.spark.sql.execution.streaming.{ContinuousRecordEndpoint, ContinuousRecordPartitionOffset, GetRecord}
3838
import org.apache.spark.sql.execution.streaming.sources.TextSocketReader
3939
import org.apache.spark.sql.sources.v2.DataSourceOptions
40-
import org.apache.spark.sql.sources.v2.reader.{InputPartition, InputPartitionReader, SupportsDeprecatedScanRow}
40+
import org.apache.spark.sql.sources.v2.reader.{InputPartition, InputPartitionReader}
4141
import org.apache.spark.sql.sources.v2.reader.streaming.{ContinuousInputPartitionReader, ContinuousReader, Offset, PartitionOffset}
42-
import org.apache.spark.sql.types.{StringType, StructField, StructType, TimestampType}
42+
import org.apache.spark.sql.types.StructType
4343
import org.apache.spark.util.RpcUtils
4444

4545

0 commit comments

Comments
 (0)