Repository: spark Updated Branches: refs/heads/branch-1.3 ef739d9ea -> 8b7587af8
[SPARK-5686][SQL] Add show current roles command in HiveQl show current roles Author: OopsOutOfMemory <victorshen...@126.com> Closes #4471 from OopsOutOfMemory/show_current_role and squashes the following commits: 1c6b210 [OopsOutOfMemory] add show current roles (cherry picked from commit f98707c043f1be9569ec774796edb783132773a8) Signed-off-by: Michael Armbrust <mich...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8b7587af Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8b7587af Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8b7587af Branch: refs/heads/branch-1.3 Commit: 8b7587af866b4de1f899371ce8db8b6cddc1f9c5 Parents: ef739d9 Author: OopsOutOfMemory <victorshen...@126.com> Authored: Tue Feb 10 13:20:15 2015 -0800 Committer: Michael Armbrust <mich...@databricks.com> Committed: Tue Feb 10 13:21:31 2015 -0800 ---------------------------------------------------------------------- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/8b7587af/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala ---------------------------------------------------------------------- diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala index 969868a..8618301 100644 --- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala +++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala @@ -77,6 +77,7 @@ private[hive] object HiveQl { "TOK_REVOKE", "TOK_SHOW_GRANT", "TOK_SHOW_ROLE_GRANT", + "TOK_SHOW_SET_ROLE", "TOK_CREATEFUNCTION", "TOK_DROPFUNCTION", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org