You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/07/06 23:19:00 UTC

[jira] [Commented] (AVRO-3219) Not support for nullable enum type fields

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

ASF subversion and git services commented on AVRO-3219:
-------------------------------------------------------

Commit 2a46a61b65697706e2277921c3bf5ccb819c311f in avro's branch refs/heads/master from Zike Yang
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2a46a61b6 ]

AVRO-3219: Add nullable enum type field support in Avro.Reflect (#1348)

* AVRO-3219: Add nullable enum type field support.

Signed-off-by: Zike Yang <ar...@armail.top>

* Apply comments.

Signed-off-by: Zike Yang <zi...@apache.org>

* Fix mistakenly removed the enum type check.

Signed-off-by: Zike Yang <zi...@apache.org>

> Not support for nullable enum type fields
> -----------------------------------------
>
>                 Key: AVRO-3219
>                 URL: https://issues.apache.org/jira/browse/AVRO-3219
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: csharp
>    Affects Versions: 1.10.2
>            Reporter: Zike Yang
>            Assignee: Zike Yang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.1
>
>         Attachments: AVRO-3219.patch
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, when the schema contain nullable enum type, it will throw Exception`Couldnot find enumeration for avro full name ...` while writing or reading.
>  
> We need to add support for the nullable enum type.



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