jjaakola-aiven opened a new pull request, #1843: URL: https://github.com/apache/avro/pull/1843
Python implementation does not treat the name and namespace element as Java library. This causes the compatibility check to fail as the name which can be fully qualified is not splitted to name and namespace elements. ### Jira https://issues.apache.org/jira/browse/AVRO-3622 ### Tests - [X] My PR adds the following unit tests - Java: test case to `COMPATIBLE_READER_WRITER_TEST_CASES`, to demonstrate that Java library does not have the issue described. - Python: same test case to Python lib. ### Commits - [] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](https://chris.beams.io/posts/git-commit/)": 1. [X] Subject is separated from body by a blank line 1. [] Subject is limited to 50 characters (not including Jira issue reference) 1. [X] Subject does not end with a period 1. [X] Subject uses the imperative mood ("add", not "adding") 1. [X] Body wraps at 72 characters 1. [X] Body explains "what" and "why", not "how" -- 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]
