[ https://issues.apache.org/jira/browse/HIVE-11129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624857#comment-14624857 ]
Hive QA commented on HIVE-11129: -------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12745039/HIVE-11129.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9150 tests executed *Failed tests:* {noformat} org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchCommit_Json {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4596/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4596/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4596/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12745039 - PreCommit-HIVE-TRUNK-Build > Issue a warning when copied from UTF-8 to ISO 8859-1 > ---------------------------------------------------- > > Key: HIVE-11129 > URL: https://issues.apache.org/jira/browse/HIVE-11129 > Project: Hive > Issue Type: Bug > Components: File Formats > Reporter: Aihua Xu > Assignee: Aihua Xu > Fix For: 2.0.0 > > Attachments: HIVE-11129.patch > > > Copying data from a table using UTF-8 encoding to one using ISO 8859-1 > encoding causes data corruption without warning. > {noformat} > CREATE TABLE person_utf8 (name STRING) > ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' > WITH SERDEPROPERTIES ('serialization.encoding'='UTF8'); > {noformat} > Put the following data in the table: > Müller,Thomas > Jørgensen,Jørgen > Vega,Andrés > 中村,浩人 > אביה,נועם > {noformat} > CREATE TABLE person_2 ROW FORMAT SERDE > 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' > WITH SERDEPROPERTIES ('serialization.encoding'='ISO8859_1') > AS select * from person_utf8; > {noformat} > expected to get mangled data but we should give a warning. -- This message was sent by Atlassian JIRA (v6.3.4#6332)