rayokota commented on PR #1833:
URL: https://github.com/apache/avro/pull/1833#issuecomment-1223162854

   @KalleOlaviNiemitalo , it turns out that the schema above was not parseable 
in the C# implementation, due to 
https://issues.apache.org/jira/browse/AVRO-3613.  I've fixed that issue in this 
PR by overriding the `Fullname` property in `LogicalSchema`.  Fixing that also 
fixed some behavior in the `JsonGrammarGenerator` and the 
`ValidatingGrammarGenerator` that relied on `Fullname`.
   
   There was another issue with your schema in that there was an ambiguity when 
trying to JSON encode a `Date`, since both logicalTypes could be used to 
represent a `Date`.  I changed your example to have one of the fields be a 
logical type of `Uuid` instead.
   


-- 
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]

Reply via email to