You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2012/12/13 20:54:14 UTC

[jira] [Created] (HIVE-3798) Can't escape reserved keywords used as table names

Jakob Homan created HIVE-3798:
---------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira