[
https://issues.apache.org/jira/browse/HIVE-10771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553585#comment-14553585
]
Hive QA commented on HIVE-10771:
--------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12734213/HIVE-10771.1.patch
{color:green}SUCCESS:{color} +1 8968 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3970/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3970/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3970/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12734213 - PreCommit-HIVE-TRUNK-Build
> "separatorChar" has no effect in "CREATE TABLE AS SELECT" statement
> -------------------------------------------------------------------
>
> Key: HIVE-10771
> URL: https://issues.apache.org/jira/browse/HIVE-10771
> Project: Hive
> Issue Type: Bug
> Components: Query Planning
> Reporter: Yongzhi Chen
> Assignee: Yongzhi Chen
> Attachments: HIVE-10771.1.patch
>
>
> To replicate:
> CREATE TABLE separator_test
> ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
> WITH SERDEPROPERTIES ("separatorChar" = "|","quoteChar"="\"","escapeChar"="
> ")
> STORED AS TEXTFILE
> AS
> SELECT * FROM sample_07;
> Then hadoop fs -cat /user/hive/warehouse/separator_test/*
> "53-3032","Truck drivers, heavy and tractor-trailer","1693590","37560"
> "53-3033","Truck drivers, light or delivery services","922900","28820"
> "53-3041","Taxi drivers and chauffeurs","165590","22740"
> The separator is till ",", not "|" as specified.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)