Skip to content

Commit

Permalink
drop database
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Oct 18, 2023
1 parent af8ffda commit cf360e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ class PaimonCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite {

override def afterAll(): Unit = {
if (isSupportedVersion) {
doAs(admin, sql(s"DROP DATABASE IF NOT EXISTS $catalogV2.$namespace1"))

super.afterAll()
spark.sessionState.catalog.reset()
spark.sessionState.conf.clear()
}

doAs(admin, sql(s"DROP DATABASE IF NOT EXISTS $catalogV2.$namespace1"))
}

test("CreateTable") {
Expand Down

0 comments on commit cf360e6

Please sign in to comment.