You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2010/07/19 20:44:50 UTC

[jira] Commented: (HIVE-1471) CTAS should unescape the column name in the select-clause.

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

Joydeep Sen Sarma commented on HIVE-1471:
-----------------------------------------

committed to trunk. thanks Ning.


> CTAS should unescape the column name in the select-clause. 
> -----------------------------------------------------------
>
>                 Key: HIVE-1471
>                 URL: https://issues.apache.org/jira/browse/HIVE-1471
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1471.patch
>
>
> The following query 
> {{{
> create table T as select `to` from S;
> }}}
> failed since `to` should be unescaped before creating the table. 

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