Skip to content

Commit

Permalink
Update PrivilegesBuilder.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Nov 24, 2023
1 parent 4a0cdaa commit a51172c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ object PrivilegesBuilder {
case ObjectFilterPlaceHolder(child) if child.nodeName == "ShowTables" =>
OperationType.SHOWTABLES
case ObjectFilterPlaceHolder(child) if child.nodeName == "ShowNamespaces" =>
OperationType.SHOWTABLES
OperationType.SHOWDATABASES
case _: FilteredShowTablesCommand => OperationType.SHOWTABLES
case _: FilteredShowFunctionsCommand => OperationType.SHOWFUNCTIONS
case _: FilteredShowColumnsCommand => OperationType.SHOWCOLUMNS
Expand Down

0 comments on commit a51172c

Please sign in to comment.