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

[8/9] impala git commit: IMPALA-941: [DOCS] Update Impala identifier doc

IMPALA-941: [DOCS] Update Impala identifier doc

Change-Id: I481e4c9bedbbac0eb5c21a995beb71caeb88fa2a
Reviewed-on: http://gerrit.cloudera.org:8080/11930
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Bharath Vissapragada <bh...@cloudera.com>
Reviewed-by: Alex Rodoni <ar...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/c75b3711
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/c75b3711
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/c75b3711

Branch: refs/heads/master
Commit: c75b3711bc1a5cbbab983cbf52bd81eb084b8559
Parents: 71f8d0e
Author: Fredy Wijaya <fw...@cloudera.com>
Authored: Wed Nov 14 12:21:53 2018 -0600
Committer: Alex Rodoni <ar...@cloudera.com>
Committed: Wed Nov 14 18:46:47 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_identifiers.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/c75b3711/docs/topics/impala_identifiers.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_identifiers.xml b/docs/topics/impala_identifiers.xml
index e140609..5f407fa 100644
--- a/docs/topics/impala_identifiers.xml
+++ b/docs/topics/impala_identifiers.xml
@@ -57,9 +57,8 @@ under the License.
 
       <li>
         <p>
-        An identifier must start with an alphabetic character. The remainder can contain any combination of
-        alphanumeric characters and underscores. Quoting the identifier with backticks has no effect on the allowed
-        characters in the name.
+        An identifier must start with an alphanumeric or underscore character. Quoting the identifier with
+        backticks has no effect on the allowed characters in the name.
         </p>
       </li>