Skip to content

Commit

Permalink
[BugFix] Fix hive view authorization (StarRocks#30803)
Browse files Browse the repository at this point in the history
Signed-off-by: Letian Jiang <letian.jiang@outlook.com>
  • Loading branch information
letian-jiang authored Sep 12, 2023
1 parent 8bfe77d commit 5f2b075
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public static void checkAnyActionOnTableLikeObject(UserIdentity currentUser, Set
case MYSQL:
case ELASTICSEARCH:
case HIVE:
case HIVE_VIEW:
case ICEBERG:
case HUDI:
case JDBC:
Expand Down

0 comments on commit 5f2b075

Please sign in to comment.