lebaptiste commented on code in PR #1843:
URL: https://github.com/apache/avro/pull/1843#discussion_r960544168


##########
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:
   > A few lines later, the spec says:
   > 
   > > The null namespace may not be used in a dot-separated sequence of names.
   
   This is consistent with the canonical form detailed here: 
https://avro.apache.org/docs/1.11.1/specification/_print/#transforming-into-parsing-canonical-form
   
   One would assume that a schema and its canonical form must have the same 
validation result? 



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

Reply via email to