Skip to content

Commit eb9308e

Browse files
chenghao-intelrxin
authored andcommitted
Update the import package name for TestHive in sbt shell
sbt/sbt hive/console will fail as TestHive changed its package from "org.apache.spark.sql.hive" to "org.apache.spark.sql.hive.test". Author: Cheng Hao <[email protected]> Closes #574 from chenghao-intel/hive_console and squashes the following commits: de14035 [Cheng Hao] Update the import package name for TestHive in sbt shell (cherry picked from commit ea01aff) Signed-off-by: Reynold Xin <[email protected]>
1 parent 7bbf313 commit eb9308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ object SparkBuild extends Build {
506506
|import org.apache.spark.sql.catalyst.util._
507507
|import org.apache.spark.sql.execution
508508
|import org.apache.spark.sql.hive._
509-
|import org.apache.spark.sql.hive.TestHive._
509+
|import org.apache.spark.sql.hive.test.TestHive._
510510
|import org.apache.spark.sql.parquet.ParquetTestData""".stripMargin
511511
)
512512

0 commit comments

Comments
 (0)