You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Daniel Collins (Jira)" <ji...@apache.org> on 2022/10/19 17:57:00 UTC

[jira] [Created] (AVRO-3647) The following invalid schema is accepted by the java implementation

Daniel Collins created AVRO-3647:
------------------------------------

             Summary: The following invalid schema is accepted by the java implementation
                 Key: AVRO-3647
                 URL: https://issues.apache.org/jira/browse/AVRO-3647
             Project: Apache Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.11.1
            Reporter: Daniel Collins


```

{

  "name": "123abc.hello",

  "type": "record",

  "namespace": "my.ns",

  "fields": [

    {

      "name": "id",

      "type": "string"

    }

  ]

}

```



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