anekdoti commented on PR #1622: URL: https://github.com/apache/avro/pull/1622#issuecomment-1109665518
@zcsizmadia I stumbled over a possible inconsistency in the Resolver for default values (https://github.com/apache/avro/blob/master/lang/csharp/src/apache/main/IO/Resolver.cs#L76) and the same holds for the Avro JSON encoding (both in Java and in the C#) implementation. While the Avro specification states that "bytes" and "fixed" are represented by UTF-8 strings, the implementation uses ISO-8859-1 instead. Maybe I am missing the point and there is no problem at all, but it would be great to hear your judgement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
