maxfield-riley removed a comment on pull request #492:
URL: https://github.com/apache/avro/pull/492#issuecomment-624736873
Do we have a fix for this in the avrogen tool so we can properly build
POCO's from avsc files?
Currently the avrogen tool generates
`
"type": {
"logicalType": "date",
"type": "int"
}
`
as
`
"type": "int"
`
which leads to schema registry issues of
`
Schema mismatch. Reader: <<schema>> writer: <<schema>>
`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]