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


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.

Reply via email to