zcsizmadia edited a comment on pull request #1549: URL: https://github.com/apache/avro/pull/1549#issuecomment-1039635534
E.g. some changes like this makes me worried: ``` if (o1 is IDictionary) vs if (left is Array leftArray) ``` IMO that is not trivial to me if it is correct. Even if the compiler says ok, and the init tests pass, that is a risky change. -- 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]
