Peng-Lei commented on a change in pull request #33339:
URL: https://github.com/apache/spark/pull/33339#discussion_r698127511



##########
File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/MultiDatabaseSuite.scala
##########
@@ -269,46 +269,46 @@ class MultiDatabaseSuite extends QueryTest with 
SQLTestUtils with TestHiveSingle
   test("invalid database name and table names") {
     {
       val message = intercept[AnalysisException] {
-        df.write.format("parquet").saveAsTable("`d:b`.`t:a`")
+        df.write.format("parquet").saveAsTable("`db`.`t:a`")
       }.getMessage
-      assert(message.contains("Database 'd:b' not found"))
+      assert(message.contains("Database 'db' not found"))

Review comment:
       Similar to 
[#comments](https://github.com/apache/spark/pull/33339#discussion_r698126897)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to