Repository: spark
Updated Branches:
  refs/heads/branch-1.3 779e28b6d -> cc66a3cb7


[SPARK-5619][SQL] Support 'show roles' in HiveContext

Author: q00251598 <qiyad...@huawei.com>

Closes #4397 from watermen/SPARK-5619 and squashes the following commits:

f819b6c [q00251598] Support show roles in HiveContext.

(cherry picked from commit a958d60975147fb1afc76fcbd80f65ac8d78759a)
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/cc66a3cb
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/cc66a3cb
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/cc66a3cb

Branch: refs/heads/branch-1.3
Commit: cc66a3cb7d3cbc37c1739d5c6a7b5716338231fe
Parents: 779e28b
Author: q00251598 <qiyad...@huawei.com>
Authored: Fri Feb 6 12:29:26 2015 -0800
Committer: Michael Armbrust <mich...@databricks.com>
Committed: Fri Feb 6 12:29:36 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/cc66a3cb/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 6265c61..be63aa1 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
@@ -68,6 +68,7 @@ private[hive] object HiveQl {
     "TOK_SHOWLOCKS",
     "TOK_UNLOCKTABLE",
 
+    "TOK_SHOW_ROLES",
     "TOK_CREATEROLE",
     "TOK_DROPROLE",
     "TOK_GRANT",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to