File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,7 @@ object SQL {
272
272
|import org.apache.spark.sql.execution
273
273
|import org.apache.spark.sql.functions._
274
274
|import org.apache.spark.sql.test.TestSQLContext._
275
- |import org.apache.spark.sql.types._
276
- |import org.apache.spark.sql.parquet.ParquetTestData""" .stripMargin,
275
+ |import org.apache.spark.sql.types._""" .stripMargin,
277
276
cleanupCommands in console := " sparkContext.stop()"
278
277
)
279
278
}
@@ -304,8 +303,7 @@ object Hive {
304
303
|import org.apache.spark.sql.functions._
305
304
|import org.apache.spark.sql.hive._
306
305
|import org.apache.spark.sql.hive.test.TestHive._
307
- |import org.apache.spark.sql.types._
308
- |import org.apache.spark.sql.parquet.ParquetTestData""" .stripMargin,
306
+ |import org.apache.spark.sql.types._""" .stripMargin,
309
307
cleanupCommands in console := " sparkContext.stop()" ,
310
308
// Some of our log4j jars make it impossible to submit jobs from this JVM to Hive Map/Reduce
311
309
// in order to generate golden files. This is only required for developers who are adding new
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ import org.apache.spark.sql.functions._
41
41
import org .apache .spark .sql .hive ._
42
42
import org .apache .spark .sql .hive .test .TestHive ._
43
43
import org .apache .spark .sql .types ._
44
- import org .apache .spark .sql .parquet .ParquetTestData
45
44
Type in expressions to have them evaluated.
46
45
Type : help for more information.
47
46
You can’t perform that action at this time.
0 commit comments