You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/04/26 11:12:05 UTC

[GitHub] [avro] anekdoti commented on pull request #1622: AVRO-3468: Handle default values for logical types

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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org