[ https://issues.apache.org/jira/browse/HIVE-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188023#comment-14188023 ]
Hive QA commented on HIVE-8615: ------------------------------- {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/12677510/HIVE-8615.2.patch {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6587 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_insert_values_dynamic_partitioned org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1515/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1515/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1515/ 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: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12677510 - PreCommit-HIVE-TRUNK-Build > beeline csv,tsv outputformat needs backward compatibility mode > -------------------------------------------------------------- > > Key: HIVE-8615 > URL: https://issues.apache.org/jira/browse/HIVE-8615 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 0.14.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Priority: Critical > Fix For: 0.14.0 > > Attachments: HIVE-8615.1.patch, HIVE-8615.2.patch > > > Changes in HIVE-7390 break backward compatibility for beeline csv and tsv > formats. > This can cause problems for users upgrading to hive 0.14, if they have code > for parsing the old output format. Instead of removing the old format in this > release, we should consider it deprecated and support it in a few releases > before removing it completely. > Incompatible Changes in the tsv and csv formats- > - Old format quoted every field. New format quotes only fields that contain a > delimiter or the quoteing char. > - Old format quoted using single quotes, new format quotes using double quotes > - Old format didn't escape quotes in a field (a bug). New format does escape > the quotes -- This message was sent by Atlassian JIRA (v6.3.4#6332)