[ 
https://issues.apache.org/jira/browse/HIVE-12876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16990693#comment-16990693
 ] 

Hive QA commented on HIVE-12876:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12950259/HIVE-12876.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 17758 tests 
executed
*Failed tests:*
{noformat}
TestStatsReplicationScenariosACIDNoAutogather - did not produce a TEST-*.xml 
file (likely timed out) (batchId=257)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[serde_multi_delimit] 
(batchId=54)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[serde_opencsv] 
(batchId=84)
org.apache.hadoop.hive.cli.TestMiniHiveKafkaCliDriver.testCliDriver[kafka_storage_handler]
 (batchId=301)
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/19806/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19806/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19806/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12950259 - PreCommit-HIVE-Build

> OpenCSV Serde treats everything as strings.
> -------------------------------------------
>
>                 Key: HIVE-12876
>                 URL: https://issues.apache.org/jira/browse/HIVE-12876
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive, Serializers/Deserializers
>    Affects Versions: 1.2.1
>            Reporter: Carter Shanklin
>            Priority: Major
>         Attachments: HIVE-12876.patch
>
>
> This one caught me by surprise after some wrong results. I'm filing this as 
> Brock suggested in HIVE-7777. Back to Ctrl-A for me it seems.
> To repro:
> {code}
> drop table int_table;
> create table int_table(
>         x int
> )
> ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde';
> show create table int_table;
> {code}
> And note that x is a string.
> Applicable to Hive 1.2.1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to