You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/10/20 05:29:59 UTC

[jira] Resolved: (HIVE-881) CTAS does not work on with fields terminator

     [ https://issues.apache.org/jira/browse/HIVE-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao resolved HIVE-881.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.5.0
     Release Note: HIVE-881. CTAS to work with fields terminator. (Ning Zhang via zshao)
     Hadoop Flags: [Reviewed]

Committed. Thanks Ning!

> CTAS does not work on with fields terminator
> --------------------------------------------
>
>                 Key: HIVE-881
>                 URL: https://issues.apache.org/jira/browse/HIVE-881
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.5.0
>
>         Attachments: Hive-881.patch, Hive-881_2.patch
>
>
> This query got wrong results: 
> create table tmp row format fields terminated by ',' stored as textfile as select * from nzhang_tt;
> The result is the same as no "fields terminated by". 

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