[
https://issues.apache.org/jira/browse/IMPALA-11762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-11762.
------------------------------------
Fix Version/s: Impala 4.4.0
Resolution: Fixed
> [DOCS] Reserved words documentation lags behind the code
> --------------------------------------------------------
>
> Key: IMPALA-11762
> URL: https://issues.apache.org/jira/browse/IMPALA-11762
> Project: IMPALA
> Issue Type: Bug
> Components: Docs
> Reporter: Gergely Fürnstáhl
> Assignee: Riddhi jain
> Priority: Major
> Labels: docs
> Fix For: Impala 4.4.0
>
>
> Crosschecked keywordMap from:
> [https://github.com/apache/impala/blob/master/fe/src/main/jflex/sql-scanner.flex]
> with upstream docs:
> [https://impala.apache.org/docs/build/html/topics/impala_reserved_words.html#reserved_words]
> As of 2022.11.30., keywords missing from docs:
> {code:java}
> &&
> buckets
> disable
> enable
> hudiparquet
> iceberg
> jsonfile
> lexical
> managedlocation
> minus
> norely
> novalidate
> ||
> orc
> rely
> rwstorage
> sets
> spec
> storagehandler_uri
> system_version
> unset
> validate
> zorder {code}
> Need to verify if some are already added, removed by being a builtin/being on
> whitelist and check whether they are Impala specific/SQL 2016/both to add to:
> [https://github.com/apache/impala/blob/master/docs/topics/impala_reserved_words.xml]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)