Repository: incubator-impala Updated Branches: refs/heads/master ff5d1ceb0 -> c4ffc3384
[DOCS] Genericize 'reserved words' topic Replace a couple of github URLs in comments, used for figuring out when/how to update this page based on source code changes. Reword a 'Cloudera recommends' reference. Change-Id: I04020aad6f0c468a354f94934dd4b93d2d5a75f1 Reviewed-on: http://gerrit.cloudera.org:8080/6364 Reviewed-by: Ambreen Kazi <[email protected]> Reviewed-by: John Russell <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/ab23e16f Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/ab23e16f Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/ab23e16f Branch: refs/heads/master Commit: ab23e16f89cb8e00c5b8b7eddbdba2fc030cf855 Parents: ff5d1ce Author: John Russell <[email protected]> Authored: Mon Mar 13 10:30:28 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Mar 13 22:02:16 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_reserved_words.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ab23e16f/docs/topics/impala_reserved_words.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_reserved_words.xml b/docs/topics/impala_reserved_words.xml index 440120c..d3f5944 100644 --- a/docs/topics/impala_reserved_words.xml +++ b/docs/topics/impala_reserved_words.xml @@ -62,10 +62,10 @@ under the License. <title>List of Current Reserved Words</title> <conbody> <!-- This list is derived from the source code at: - https://github.com/cloudera/Impala/blob/master/fe/src/main/jflex/sql-scanner.flex + https://github.com/apache/incubator-impala/blob/master/fe/src/main/jflex/sql-scanner.flex See the history, any recent changes, here: - https://github.com/cloudera/Impala/commits/master/fe/src/main/jflex/sql-scanner.flex + https://github.com/apache/incubator-impala/commits/master/fe/src/main/jflex/sql-scanner.flex --> <codeblock rev="ver">add @@ -266,8 +266,8 @@ have different sets of reserved words. </p> <p> -The following list contains additional words that Cloudera -recommends avoiding for table, column, or other object names, +The following list contains additional words that you should +avoid for table, column, or other object names, even though they are not currently reserved by Impala. </p>
