File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis
hive/src/test/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .sql .catalyst .analysis
1919
20- import org .apache .spark .util .collection .OpenHashSet
2120import org .apache .spark .sql .AnalysisException
2221import org .apache .spark .sql .catalyst .CatalystConf
2322import org .apache .spark .sql .catalyst .expressions ._
2423import org .apache .spark .sql .catalyst .plans .logical ._
2524import org .apache .spark .sql .catalyst .rules ._
2625import org .apache .spark .sql .catalyst .test .SimpleCatalystConf
2726import org .apache .spark .sql .types ._
27+ import org .apache .spark .util .collection .OpenHashSet
2828
2929/**
3030 * A trivial [[Analyzer ]] with an [[EmptyCatalog ]] and [[EmptyFunctionRegistry ]]. Used for testing
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import org.apache.hadoop.hive.conf.HiveConf.ConfVars
2929import org .apache .spark .{SparkFiles , SparkException }
3030import org .apache .spark .sql .{AnalysisException , DataFrame , Row }
3131import org .apache .spark .sql .catalyst .plans .logical .Project
32- import org .apache .spark .sql .functions ._
3332import org .apache .spark .sql .hive ._
3433import org .apache .spark .sql .hive .test .TestHive
3534import org .apache .spark .sql .hive .test .TestHive ._
Original file line number Diff line number Diff line change @@ -21,14 +21,12 @@ import java.io.File
2121
2222import org .scalatest .BeforeAndAfterAll
2323
24- import org .apache .spark .sql .{QueryTest , SQLConf , SaveMode }
24+ import org .apache .spark .sql .{QueryTest , SQLConf }
2525import org .apache .spark .sql .catalyst .expressions .Row
2626import org .apache .spark .sql .execution .{ExecutedCommand , PhysicalRDD }
2727import org .apache .spark .sql .hive .execution .HiveTableScan
28- import org .apache .spark .sql .hive .test .TestHive
2928import org .apache .spark .sql .hive .test .TestHive ._
3029import org .apache .spark .sql .hive .test .TestHive .implicits ._
31- import org .apache .spark .sql .json .JSONRelation
3230import org .apache .spark .sql .sources .{InsertIntoDataSource , LogicalRelation }
3331import org .apache .spark .sql .parquet .{ParquetRelation2 , ParquetTableScan }
3432import org .apache .spark .sql .SaveMode
You can’t perform that action at this time.
0 commit comments