Skip to content

Commit cbffe8b

Browse files
committed
[SPARK-2817] fix the case problem
1 parent 565ec14 commit cbffe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
7575
testTempDir.mkdir()
7676

7777
// For some hive test case which contain ${system:test.tmp.dir}
78-
System.setProperty("test.tmp.dir", testTmpDir.getCanonicalPath)
78+
System.setProperty("test.tmp.dir", testTempDir.getCanonicalPath)
7979

8080
configure() // Must be called before initializing the catalog below.
8181

0 commit comments

Comments
 (0)