Skip to content

Commit c8aeb1c

Browse files
committed
aa
1 parent 802261c commit c8aeb1c

File tree

1 file changed

+3
-0
lines changed
  • sql/hive/src/main/scala/org/apache/spark/sql/hive

1 file changed

+3
-0
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,16 @@ private[hive] object HiveQl {
111111

112112
"TOK_REVOKE",
113113

114+
"TOK_SHOW_COMPACTIONS"
114115
"TOK_SHOW_CREATETABLE",
115116
"TOK_SHOW_GRANT",
116117
"TOK_SHOW_ROLE_GRANT",
118+
"TOK_SHOW_ROLE_PRINCIPALS",
117119
"TOK_SHOW_ROLES",
118120
"TOK_SHOW_SET_ROLE",
119121
"TOK_SHOW_TABLESTATUS",
120122
"TOK_SHOW_TBLPROPERTIES",
123+
"TOK_SHOW_TRANSACTIONS",
121124
"TOK_SHOWCOLUMNS",
122125
"TOK_SHOWDATABASES",
123126
"TOK_SHOWFUNCTIONS",

0 commit comments

Comments
 (0)