[ https://issues.apache.org/jira/browse/HIVE-16625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010204#comment-16010204 ]
Peter Vary commented on HIVE-16625: ----------------------------------- Failures are not related > 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)