You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Kousuke Saruta (Jira)" <ji...@apache.org> on 2023/10/29 16:43:00 UTC

[jira] [Created] (AVRO-3897) Disallow invalid namespace in fully qualified name for Rust SDK

Kousuke Saruta created AVRO-3897:
------------------------------------

             Summary: Disallow invalid namespace in fully qualified name for Rust SDK
                 Key: AVRO-3897
                 URL: https://issues.apache.org/jira/browse/AVRO-3897
             Project: Apache Avro
          Issue Type: Bug
          Components: rust
            Reporter: Kousuke Saruta


Currently, the Rust SDK allows the following fully qualified names with Name::new.

{code}
Name::new("ns.0.record1")
Name::new("ns..record1")
{code}

But they should be disallowed according to the specification.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)