Skip to content

Commit 7bf5b50

Browse files
committed
fix a tc
1 parent 722ad76 commit 7bf5b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,8 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with TestHiv
11701170
|USING hive
11711171
""".stripMargin)
11721172
}.getMessage
1173-
assert(e.contains("Currently Hive data source can not be created as a view"))
1173+
assert(e.contains("Hive data source can not be used with tables,you can't use it with " +
1174+
"CREATE TEMP VIEW USING"))
11741175
}
11751176
}
11761177

0 commit comments

Comments
 (0)