Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20218#discussion_r160651886
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveMetastoreCatalogSuite.scala
---
@@ -148,6 +148,7 @@ class DataSourceWithHiveMetastoreCatalogSuite
override def beforeAll(): Unit = {
super.beforeAll()
+ sparkSession.sessionState.catalog.reset()
sparkSession.metadataHive.reset()
--- End diff --
It should be fine to reset both.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]