Skip to content

Commit 4f97f14

Browse files
fix bug in unittest
1 parent 5d58812 commit 4f97f14

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/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SQLQuerySuite extends QueryTest {
126126
sql("SELECT * FROM nested").collect().toSeq)
127127

128128
intercept[org.apache.hadoop.hive.ql.metadata.InvalidTableException] {
129-
sql("CREATE TABLE test_ctas_1234 AS SELECT * from notexists").collect()
129+
sql("CREATE TABLE test_ctas_12345 AS SELECT * from notexists").collect()
130130
}
131131
}
132132

0 commit comments

Comments
 (0)