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 {
272272 |import org.apache.spark.sql.execution
273273 |import org.apache.spark.sql.functions._
274274 |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,
277276 cleanupCommands in console := " sparkContext.stop()"
278277 )
279278}
@@ -304,8 +303,7 @@ object Hive {
304303 |import org.apache.spark.sql.functions._
305304 |import org.apache.spark.sql.hive._
306305 |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,
309307 cleanupCommands in console := " sparkContext.stop()" ,
310308 // Some of our log4j jars make it impossible to submit jobs from this JVM to Hive Map/Reduce
311309 // 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._
4141import org .apache .spark .sql .hive ._
4242import org .apache .spark .sql .hive .test .TestHive ._
4343import org .apache .spark .sql .types ._
44- import org .apache .spark .sql .parquet .ParquetTestData
4544Type in expressions to have them evaluated.
4645Type : help for more information.
4746
You can’t perform that action at this time.
0 commit comments