You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/07/17 03:06:50 UTC

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

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.


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

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ning Zhang updated HIVE-1471:
-----------------------------

    Status: Patch Available  (was: Open)

> 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.


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

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma updated HIVE-1471:
------------------------------------

    Affects Version/s: 0.6.0
                           (was: 0.7.0)

> 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.


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

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ning Zhang updated HIVE-1471:
-----------------------------

    Attachment: HIVE-1471.patch

> 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.