You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2019/05/07 20:23:08 UTC

[impala] branch master updated: [DOCS] Fix show SQL typos

This is an automated email from the ASF dual-hosted git repository.

arodoni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fb2c7a  [DOCS] Fix show SQL typos
2fb2c7a is described below

commit 2fb2c7a6b56642e20f240a5da80fd8804d060ce9
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Tue May 7 12:33:54 2019 -0700

    [DOCS] Fix show SQL typos
    
    Change-Id: I543e7ccc02c7fa09a9a90a5a382b7cf948fbe494
    Reviewed-on: http://gerrit.cloudera.org:8080/13272
    Reviewed-by: Fredy Wijaya <fw...@cloudera.com>
    Tested-by: Alex Rodoni <ar...@cloudera.com>
---
 docs/topics/impala_show.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/topics/impala_show.xml b/docs/topics/impala_show.xml
index 6b7bc87..be05800 100644
--- a/docs/topics/impala_show.xml
+++ b/docs/topics/impala_show.xml
@@ -387,7 +387,7 @@ where id between 1 and 1000000;
     <conbody>
 
       <p rev="2.0.0">
-        The <codeph>SHOW CURRENT ROLE</codeph> statement displays
+        The <codeph>SHOW CURRENT ROLES</codeph> statement displays
         roles assigned to the current user. This syntax is available in <keyword
           keyref="impala20_full"/> and later only, when you are using the Sentry
         authorization framework along with the Sentry service, as described in
@@ -439,7 +439,7 @@ where id between 1 and 1000000;
 
       <p rev="2.0.0">
         <!-- Copied from Sentry docs. Turn into conref. I did some rewording for clarity. -->
-        The <codeph>SHOW ROLE GRANT</codeph> statement lists all the roles
+        The <codeph>SHOW GRANT ROLE</codeph> statement lists all the roles
         assigned to the specified group. This statement is only allowed for
         Sentry administrative users and others users that are part of the
         specified group. This syntax is available in <keyword