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:36:01 UTC

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

    [ https://issues.apache.org/jira/browse/AVRO-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283090#comment-17283090 ] 

John Gonyo commented on AVRO-3038:
----------------------------------

See [https://github.com/apache/avro/pull/1085] for fix

> 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
>            Priority: Major
>
> 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)