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 2021/09/14 09:04:54 UTC

[GitHub] [avro] ycherkes removed a comment on pull request #1103: AVRO-3027: .net consumer Backward compatibility issue

ycherkes removed a comment on pull request #1103:
URL: https://github.com/apache/avro/pull/1103#issuecomment-915247553


   > This looks like a good candidate feature for the 1.11.0 major release -- the "soft match" behavior is wrong (I think) but it happens in Java, and the C# SDK is essentially unchanged if the flag isn't turned on. Can some C# eyes take a look at this?
   
   I think, it's not the only compatibility issue.
   
   For example, we can't find the Avro schema in the schema registry by using the output of SomeSpecificRecord.Schema.ToString() method call.
   Where SomeSpecificRecord is a class pre-generated by avrogen tool.
   This call returns the schema string that doesn't match the original schema. (misses top-level doc property).


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