[ 
https://issues.apache.org/jira/browse/HIVE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286041#comment-14286041
 ] 

Pengcheng Xiong commented on HIVE-3798:
---------------------------------------

[~jghoman], could you please try again against HIVE 0.14? It seems that it 
works now.

hive> show tables;
OK
comment
lineitem
src
src1
srcpart
Time taken: 0.023 seconds, Fetched: 5 row(s)
hive> describe `comment`;
OK
key                     string
value                   string
Time taken: 0.051 seconds, Fetched: 2 row(s)

> 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
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>
> {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)

Reply via email to