Skip to content

Commit 2196648

Browse files
committed
modify a test name desc
1 parent 5ec7dd6 commit 2196648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ class HiveDDLSuite
14331433
}
14341434

14351435
test("insert data to a table which has altered the table location " +
1436-
"to a not exist location should success") {
1436+
"to an not exist location should success") {
14371437
withTable("t", "t1") {
14381438
withTempDir { dir =>
14391439
spark.sql(

0 commit comments

Comments
 (0)