Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 23, 2024
1 parent 12dab72 commit 610f730
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ abstract class DescribeTableTestBase extends PaimonSparkTestBase {

test("Paimon show: show table extended") {
val testDB = "test_show"
withDatabase(testDB) {
withTable("s1") {
spark.sql("CREATE TABLE s1 (id INT)")

withTable(s"$dbName0.s1") {
spark.sql("CREATE TABLE s1 (id INT)")
withDatabase(testDB) {
spark.sql(s"CREATE DATABASE $testDB")
spark.sql(s"USE $testDB")
withTable("s2", "s3") {
Expand Down

0 comments on commit 610f730

Please sign in to comment.