dongjoon-hyun commented on code in PR #37220:
URL: https://github.com/apache/spark/pull/37220#discussion_r924769369
##########
sql/core/src/test/scala/org/apache/spark/sql/internal/CatalogSuite.scala:
##########
@@ -767,6 +767,13 @@ class CatalogSuite extends SharedSparkSession with
AnalysisTest with BeforeAndAf
Map.empty[String, String], "")
assert(spark.catalog.tableExists(Array(catalogName, dbName,
tableName).mkString(".")))
+
+ val dbName2 = "my_db2.my_db3"
Review Comment:
+1 for @LuciferYang 's comment about the independent test case and
@cloud-fan 's comment.
--
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]