You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2020/06/01 03:48:00 UTC

[jira] [Created] (AVRO-2849) Clarify Grammar for allowed namespace strings in specification.

Micah Kornfield created AVRO-2849:
-------------------------------------

             Summary: Clarify Grammar for allowed namespace strings in specification.
                 Key: AVRO-2849
                 URL: https://issues.apache.org/jira/browse/AVRO-2849
             Project: Apache Avro
          Issue Type: Improvement
          Components: spec
    Affects Versions: 1.9.2
            Reporter: Micah Kornfield


The specification is a little bit ambiguous on whether namespaces can have a leading ".".  Per discussion on the mailing list the intended grammar is:

 

<empty> | (<name>((<dot><name>)*))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)