Skip to content

Commit

Permalink
Update RangerSparkExtensionSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Oct 26, 2023
1 parent bbb2c31 commit 42c924f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ class HiveCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite {
someone,
sql(
s"""
|SELECT t1.id, age
|SELECT t1.id, t2.age
|FROM $db1.$table1 t1,
|LATERAL (
| SELECT *
Expand All @@ -967,7 +967,7 @@ class HiveCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite {
|)
|""".stripMargin).show()))(
s"does not have [select] privilege on " +
s"[$db1/$table1/id,$db1/$table2/age,$db1/$table2/id]")
s"[$db1/$table2/age,$db1/$table2/id]")
}
}
}
Expand Down

0 comments on commit 42c924f

Please sign in to comment.