Skip to content

Commit

Permalink
Update the import package name for TestHive in sbt shell
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Apr 28, 2014
1 parent 3d9fb09 commit de14035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ object SparkBuild extends Build {
|import org.apache.spark.sql.catalyst.util._
|import org.apache.spark.sql.execution
|import org.apache.spark.sql.hive._
|import org.apache.spark.sql.hive.TestHive._
|import org.apache.spark.sql.hive.test.TestHive._
|import org.apache.spark.sql.parquet.ParquetTestData""".stripMargin
)

Expand Down

0 comments on commit de14035

Please sign in to comment.