[
https://issues.apache.org/jira/browse/HIVE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan resolved HIVE-3798.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.14.0
> Can't escape reserved keywords used as table names
> --------------------------------------------------
>
> Key: HIVE-3798
> URL: https://issues.apache.org/jira/browse/HIVE-3798
> Project: Hive
> Issue Type: Bug
> Components: Parser
> Reporter: Jakob Homan
> Assignee: Jakob Homan
> Fix For: 0.14.0
>
>
> {noformat}hive (some_table)> show tables;
> OK
> ...
> comment
> ...
> Time taken: 0.076 seconds
> hive (some_table)> describe comment;
> FAILED: Parse Error: line 1:0 cannot recognize input near 'describe'
> 'comment' '<EOF>' in describe statement
> hive (some_table)> describe `comment`;
> OK
> Table `comment` does not exist
> Time taken: 0.042 seconds
> {noformat}
> Describe should honor character escaping.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)