Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 8, 2024
1 parent 845b27f commit efb3d8a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,8 @@ abstract class FlinkOperationSuite extends HiveJDBCTestHelper with WithFlinkTest
statement.getConnection.setSchema("db_a")
val changedSchema = statement.getConnection.getSchema
assert(changedSchema == "db_a")
// reset database to default
statement.getConnection.setSchema("default_database")
assert(statement.execute("drop database db_a"))
}
}
Expand Down

0 comments on commit efb3d8a

Please sign in to comment.