[
https://issues.apache.org/jira/browse/HIVE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ning Zhang updated HIVE-1471:
-----------------------------
Status: Resolved (was: Patch Available)
Resolution: Fixed
committed by Joydeep already. Closing.
> 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.6.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.