File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
sql/core/src/main/scala/org/apache/spark/sql/execution Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .sql .execution
1919
20- import scala .reflect .runtime .universe .TypeTag
21-
2220import org .apache .spark .rdd .RDD
2321import org .apache .spark .sql .{Encoder , Row , SparkSession }
2422import org .apache .spark .sql .catalyst .{CatalystConf , CatalystTypeConverters , InternalRow }
@@ -27,7 +25,7 @@ import org.apache.spark.sql.catalyst.expressions._
2725import org .apache .spark .sql .catalyst .plans .logical ._
2826import org .apache .spark .sql .catalyst .plans .physical .{Partitioning , UnknownPartitioning }
2927import org .apache .spark .sql .execution .metric .SQLMetrics
30- import org .apache .spark .sql .types ._
28+ import org .apache .spark .sql .types .DataType
3129import org .apache .spark .util .Utils
3230
3331object RDDConversions {
You can’t perform that action at this time.
0 commit comments