You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "John Gonyo (Jira)" <ji...@apache.org> on 2021/02/11 15:30:00 UTC

[jira] [Created] (AVRO-3038) ClassCache: Nullable primitive types and arrays not registered correctly to the class map

John Gonyo created AVRO-3038:
--------------------------------

             Summary: ClassCache: Nullable primitive types and arrays not registered correctly to the class map
                 Key: AVRO-3038
                 URL: https://issues.apache.org/jira/browse/AVRO-3038
             Project: Apache Avro
          Issue Type: Bug
          Components: csharp
    Affects Versions: 1.10.1
            Reporter: John Gonyo


When a schema contains a union of a nullable enum, or an array, the corresponding NamedSchema or array type are not registered.

 

ClassCache's Union can be updated to check for and correctly register these nullable types.

 

 



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