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