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 17
17
18
18
package org .apache .spark .sql .catalyst .analysis
19
19
20
- import org .apache .spark .util .collection .OpenHashSet
21
20
import org .apache .spark .sql .AnalysisException
22
21
import org .apache .spark .sql .catalyst .CatalystConf
23
22
import org .apache .spark .sql .catalyst .expressions ._
24
23
import org .apache .spark .sql .catalyst .plans .logical ._
25
24
import org .apache .spark .sql .catalyst .rules ._
26
25
import org .apache .spark .sql .catalyst .test .SimpleCatalystConf
27
26
import org .apache .spark .sql .types ._
27
+ import org .apache .spark .util .collection .OpenHashSet
28
28
29
29
/**
30
30
* 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
29
29
import org .apache .spark .{SparkFiles , SparkException }
30
30
import org .apache .spark .sql .{AnalysisException , DataFrame , Row }
31
31
import org .apache .spark .sql .catalyst .plans .logical .Project
32
- import org .apache .spark .sql .functions ._
33
32
import org .apache .spark .sql .hive ._
34
33
import org .apache .spark .sql .hive .test .TestHive
35
34
import 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
21
21
22
22
import org .scalatest .BeforeAndAfterAll
23
23
24
- import org .apache .spark .sql .{QueryTest , SQLConf , SaveMode }
24
+ import org .apache .spark .sql .{QueryTest , SQLConf }
25
25
import org .apache .spark .sql .catalyst .expressions .Row
26
26
import org .apache .spark .sql .execution .{ExecutedCommand , PhysicalRDD }
27
27
import org .apache .spark .sql .hive .execution .HiveTableScan
28
- import org .apache .spark .sql .hive .test .TestHive
29
28
import org .apache .spark .sql .hive .test .TestHive ._
30
29
import org .apache .spark .sql .hive .test .TestHive .implicits ._
31
- import org .apache .spark .sql .json .JSONRelation
32
30
import org .apache .spark .sql .sources .{InsertIntoDataSource , LogicalRelation }
33
31
import org .apache .spark .sql .parquet .{ParquetRelation2 , ParquetTableScan }
34
32
import org .apache .spark .sql .SaveMode
You can’t perform that action at this time.
0 commit comments