Skip to content

Commit

Permalink
Update HudiCatalogRangerSparkExtensionSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Oct 14, 2023
1 parent 3510e76 commit b3c059a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class HudiCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite {
sql("set hoodie.schema.on.read.enable=true")
interceptContains[AccessControlException](
doAs(someone, sql(s"ALTER TABLE $namespace1.$table1 ADD COLUMNS(age int)")))(
s"does not have [select] privilege on [$namespace1/$table1]")
s"does not have [alter] privilege on [$namespace1/$table1]")
}
}
}

0 comments on commit b3c059a

Please sign in to comment.