Skip to content

Commit cb9f027

Browse files
committed
modify testcase
1 parent 00a7a2d commit cb9f027

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with BeforeA
837837
test("SPARK-8156:create table to specific database by 'use dbname' ") {
838838

839839
val df = (1 to 3).map(i => (i, s"val_$i", i * 2)).toDF("a", "b", "c")
840-
sqlContext.sql("""create database if not exists testdb""")
840+
sqlContext.sql("""create database if not exists testdb8516""")
841841
sqlContext.sql("""use testdb8516""")
842842
df.write
843843
.format("parquet")

0 commit comments

Comments
 (0)