[
https://issues.apache.org/jira/browse/AVRO-4136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18032757#comment-18032757
]
ASF subversion and git services commented on AVRO-4136:
-------------------------------------------------------
Commit 1110d2560480e8a1cdff8638d2312538334bcadb in avro's branch
refs/heads/main from Steven Aerts
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1110d25604 ]
AVRO-4136: [c] json encoding of byte[] containing 0x00 (#3375)
Prevent the fixed and bytes type to be preliminary cut off when they
are encoded into the json encoding.
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)