Eliyahu Machluf created AVRO-2009:
-------------------------------------
Summary: bytes field when contains '\0' character cause the bytes
data to be corrupted when represented as json
Key: AVRO-2009
URL: https://issues.apache.org/jira/browse/AVRO-2009
Project: Avro
Issue Type: Bug
Components: c
Environment: all platforms
Reporter: Eliyahu Machluf
on Avro-c
When having a schema with bytes field, and the instance of that schema,
contains byte valued '0', when requesting the data as json string, data is
truncated at this point. it seems the code regard the bytes as string and stop
at the null character.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)