cloud-fan commented on code in PR #37415:
URL: https://github.com/apache/spark/pull/37415#discussion_r941444715


##########
sql/hive/src/test/scala/org/apache/spark/sql/sources/HadoopFsRelationTest.scala:
##########
@@ -384,7 +385,7 @@ abstract class HadoopFsRelationTest extends QueryTest with 
SQLTestUtils with Tes
       val msg = intercept[AnalysisException] {
         
testDF.write.format(dataSourceName).mode(SaveMode.ErrorIfExists).saveAsTable("t")
       }.getMessage
-      assert(msg.contains("Table `t` already exists"))
+      assert(msg.contains(s"Table `$SESSION_CATALOG_NAME`.`default`.`t` 
already exists"))

Review Comment:
   https://github.com/apache/spark/pull/37021 missed this case



-- 
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