Steven Aerts created AVRO-4136: ---------------------------------- Summary: byte array containing 0xx preliminary cuts of json encoding in C language binding Key: AVRO-4136 URL: https://issues.apache.org/jira/browse/AVRO-4136 Project: Apache Avro Issue Type: Bug Components: c Reporter: Steven Aerts
When you have a 0x00 character in a fixed or bytes type and you try to serialize it to json its encoded string will be preliminarily cut of, and does not show {{{}\u0000{}}}. We have a pull request which fixes this. -- This message was sent by Atlassian Jira (v8.20.10#820010)