Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.15.0
Description
Last time a lot of reserved keywords were added to Drill project, for instance in DRILL-1328 or DRILL-7058 will introduce new one too. Therefore Drill reserved keywords in documentation should be updated:
https://drill.apache.org/docs/reserved-keywords/
These words should be obtained from these sections of Drill Parser file:
https://github.com/apache/drill/blob/master/exec/java-exec/src/main/codegen/data/Parser.tdd#L30
and
https://github.com/apache/drill/blob/master/exec/java-exec/src/main/codegen/data/Parser.tdd#L390
Note: this list will be updated after the next Calcite version update.
Attachments
Issue Links
- is required by
-
DRILL-1328 Support table statistics
- Resolved