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

Namit Jain commented on HIVE-701:
---------------------------------

That's right - 

mysql> create table `tst2`(`table` int);
ERROR 1050 (42S01): Table 'tst2' already exists
mysql> create table `create`(`table` int);
Query OK, 0 rows affected (0.05 sec)



However, that is not good enough for hive - where a lot of the keywords which 
we might want to reserve in the future are already being used by applications




> lots of reserved keywords in hive
> ---------------------------------
>
>                 Key: HIVE-701
>                 URL: https://issues.apache.org/jira/browse/HIVE-701
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>
> There is a problem if we want to use some reserved keywords:
> for example, creating a function of name left/right ? left/right is already a 
> reserved keyword.
> The other way around should also be possible - if we want to add a 'show 
> tables status' and some applications already use status as a column name, 
> they should not break

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to