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 dc3ee94 commit af8ffda
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class PaimonCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite {
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 af8ffda

Please sign in to comment.