[DOCS] Update list of reserved words For 2.9, I believe the only new reserved keyword is TABLESAMPLE from IMPALA-5309.
Based on commit history from: https://github.com/apache/incubator-impala/commits/master/fe/src/main/jflex/sql-scanner.flex Change-Id: If4a340a033ff3f529061e48c4a5558b1ad1637ef Reviewed-on: http://gerrit.cloudera.org:8080/7452 Reviewed-by: Michael Brown <[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/b7cc7a36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/b7cc7a36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/b7cc7a36 Branch: refs/heads/master Commit: b7cc7a3699e2a2648498462ac5200dc4e79452c4 Parents: ba4c6fc Author: John Russell <[email protected]> Authored: Tue Jul 18 11:20:20 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Jul 24 18:05:02 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_reserved_words.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b7cc7a36/docs/topics/impala_reserved_words.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_reserved_words.xml b/docs/topics/impala_reserved_words.xml index d3f5944..184cbea 100644 --- a/docs/topics/impala_reserved_words.xml +++ b/docs/topics/impala_reserved_words.xml @@ -224,6 +224,7 @@ string symbol table tables +<ph rev="2.9.0">tablesample</ph> tblproperties terminated textfile @@ -364,7 +365,6 @@ shutdown some statistics system_user -tablesample textsize then top
