Skip to content
Snippets Groups Projects
Commit f98707c0 authored by OopsOutOfMemory's avatar OopsOutOfMemory Committed by Michael Armbrust
Browse files

[SPARK-5686][SQL] Add show current roles command in HiveQl

show current roles

Author: OopsOutOfMemory <victorshengli@126.com>

Closes #4471 from OopsOutOfMemory/show_current_role and squashes the following commits:

1c6b210 [OopsOutOfMemory] add show current roles
parent de80b1ba
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ private[hive] object HiveQl { ...@@ -77,6 +77,7 @@ private[hive] object HiveQl {
"TOK_REVOKE", "TOK_REVOKE",
"TOK_SHOW_GRANT", "TOK_SHOW_GRANT",
"TOK_SHOW_ROLE_GRANT", "TOK_SHOW_ROLE_GRANT",
"TOK_SHOW_SET_ROLE",
"TOK_CREATEFUNCTION", "TOK_CREATEFUNCTION",
"TOK_DROPFUNCTION", "TOK_DROPFUNCTION",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment