[ https://issues.apache.org/jira/browse/HIVE-16625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008777#comment-16008777 ]
Hive QA commented on HIVE-16625: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12867764/HIVE-16625.03.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 10699 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr] (batchId=144) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_3] (batchId=97) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3] (batchId=97) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5230/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5230/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5230/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 12867764 - PreCommit-HIVE-Build > Extra '\0' characters in the output, when SeparatedValuesOutputFormat is used > and the quoting is disabled > --------------------------------------------------------------------------------------------------------- > > Key: HIVE-16625 > URL: https://issues.apache.org/jira/browse/HIVE-16625 > Project: Hive > Issue Type: Bug > Components: Beeline, Testing Infrastructure > Affects Versions: 3.0.0 > Reporter: Peter Vary > Assignee: Peter Vary > Attachments: HIVE-16625.02.patch, HIVE-16625.03.patch, > HIVE-16625.patch > > > If the output format is using {{SeparatedValuesOutputFormat}}, and the > quoting is disabled (by default is disabled), and the value of the cell > contains the separator character, then the the output is "quoted" with '\0' > characters. > To reproduce: > {code} > create table quotes(s string); > insert into quotes values('a\ta'); > !set outputFormat tsv2 > select * from quotes; > {code} > The result is: > {code} > quotes.s > ^@a a^@ > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)