[ 
https://issues.apache.org/jira/browse/AVRO-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722051#action_12722051
 ] 

Doug Cutting commented on AVRO-36:
----------------------------------

We need to resolve this soon.  Unless there are objections, I will implement 
the codepoint proposal outlined above: binary values will be encoded in JSON as 
a string with a 1:1 mapping between the bytes and the codepoints in the JSON 
string.  E.g., [0,65,66,67,255] will be represented as the JSON string 
"\u0000ABC\u00FF".

> binary default values do not decode base64
> ------------------------------------------
>
>                 Key: AVRO-36
>                 URL: https://issues.apache.org/jira/browse/AVRO-36
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>
> The specification says that default values for binary data are base64 encoded 
> text, but the Java implementation uses the raw bytes of the textual value, 
> and does not perform base64 decoded as specified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to