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

Pengcheng Xiong commented on HIVE-11699:
----------------------------------------

[~sershe], thanks a lot for the comments. I will address the character issues 
later. And, I also thought about extending it to column names. The final 
question is actually very critical and needs more work. Right now, my patch 
only works one way, that is, we only do the encoding, but we do not do 
decoding. So a user can use {code}create table `h/d` (col string);{code} and 
also query with {code}select * from `h/d`{code}. However, {code}show 
tables{code} will give you {code}h$47${code}.

> Support special characters in quoted table names
> ------------------------------------------------
>
>                 Key: HIVE-11699
>                 URL: https://issues.apache.org/jira/browse/HIVE-11699
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Pengcheng Xiong
>            Assignee: Pengcheng Xiong
>         Attachments: HIVE-11699.01.patch
>
>
> Right now table names can only be "[a-zA-z_0-9]+". This patch tries to 
> investigate how much change there should be if we would like to support 
> special characters, e.g., "/" in table names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to