We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d58812 commit 4f97f14Copy full SHA for 4f97f14
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
@@ -126,7 +126,7 @@ class SQLQuerySuite extends QueryTest {
126
sql("SELECT * FROM nested").collect().toSeq)
127
128
intercept[org.apache.hadoop.hive.ql.metadata.InvalidTableException] {
129
- sql("CREATE TABLE test_ctas_1234 AS SELECT * from notexists").collect()
+ sql("CREATE TABLE test_ctas_12345 AS SELECT * from notexists").collect()
130
}
131
132
0 commit comments