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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]