cloud-fan commented on code in PR #53078:
URL: https://github.com/apache/spark/pull/53078#discussion_r2660273840
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/CatalogManagerSuite.scala:
##########
@@ -127,6 +127,18 @@ class CatalogManagerSuite extends SparkFunSuite with
SQLHelper {
}
}
}
+
+ test("CatalogManager.close should close all closeable catalogs") {
+ val catalogManager = new CatalogManager(FakeV2SessionCatalog,
createSessionCatalog())
+ withSQLConf("spark.sql.catalog.dummy" -> classOf[DummyCatalog].getName,
Review Comment:
do we have to set up the dummy catalog in this test 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]