Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <chenxu@dmetasoul.com>
  • Loading branch information
dmetasoul01 committed Jan 20, 2025
1 parent daa0b2d commit 6439b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class RBACOperationSuite extends QueryTest
spark.sql("create database if not exists database1")
val df = spark.sql("show databases").toDF()
df.show
checkAnswer(df, Seq(Row("default"), Row("databases1")))
checkAnswer(df, Seq(Row("default"), Row("database1")))
// drop: coming soon
// spark.sql("drop database database1").collect()
// val df2 = spark.sql("show databases").toDF()
Expand Down

0 comments on commit 6439b16

Please sign in to comment.