avropipe displays NUL terminator for string values
--------------------------------------------------
Key: AVRO-1004
URL: https://issues.apache.org/jira/browse/AVRO-1004
Project: Avro
Issue Type: Bug
Components: c
Affects Versions: 1.6.1
Reporter: Douglas Creager
Assignee: Douglas Creager
The avropipe tool displays the NUL terminator for any string values:
{noformat}
$ avropipe examples/quickstop.db | head -n 7
/ []
/0 {}
/0/ID 1
/0/First "Dante\u0000"
/0/Last "Hicks\u0000"
/0/Phone "(0)\u0000"
/0/Age 32
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira