Github user sameeragarwal commented on a diff in the pull request:
https://github.com/apache/spark/pull/20218#discussion_r160840909
--- 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()
--- End diff --
OK, I see that it changes `currentDb`. Alright, let's try this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]