Shohei Okumiya created HIVE-28446: ------------------------------------- Summary: Convert some reserved words to non-reserved words Key: HIVE-28446 URL: https://issues.apache.org/jira/browse/HIVE-28446 Project: Hive Issue Type: Improvement Components: Parser Affects Versions: 4.0.0 Reporter: Shohei Okumiya Assignee: Shohei Okumiya
We've missed listing some new keywords in the non-reserved list. {code:java} 0: jdbc:hive2://hive-hiveserver2:10000/defaul> create table test (application int); Error: Error while compiling statement: FAILED: ParseException line 1:19 cannot recognize input near 'application' 'int' ')' in column name or constraint (state=42000,code=40000) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)