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 2022/08/31 08:08:07 UTC

[GitHub] [avro] jjaakola-aiven commented on pull request #1843: AVRO-3622 (python) Fix compatibility check for schemas having or missing namespace

jjaakola-aiven commented on PR #1843:
URL: https://github.com/apache/avro/pull/1843#issuecomment-1232606778

   @martin-g I don't have enough insight if the Rust impl is correct. Like @perj notes the null namespace is not valid for dot separated names per specification. I think this is up for Avro maintainers to decide if `.record` is a valid or invalid name.
   
   Java accepts this `new Schema.Name(".record", null);` Seems Rust accepts also. Python does not. Please note that I did not change the validation functionality of the name in this PR, I added a test for case `.record`. I just tested with Python lib version `1.11.0` and it raises also `avro.errors.InvalidName`. So this behavior was already in Python lib.


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