martin-g commented on code in PR #1843:
URL: https://github.com/apache/avro/pull/1843#discussion_r960551021
##########
lang/py/avro/test/test_schema.py:
##########
@@ -629,6 +641,10 @@ def test_invalid_name(self):
None,
None,
)
+ # A name cannot start with dot."
Review Comment:
> The null namespace may not be used in a dot-separated sequence of names.
I think the idea behind this text is that `"name": ".some.ns.Abc"` is not
allowed. I.e. one cannot use the `null` namespace when there is more in the
namespace part of the name.
--
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]