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 GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/30 12:59:00 UTC

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

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

ASF GitHub Bot logged work on AVRO-3219:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Sep/21 12:58
            Start Date: 30/Sep/21 12:58
    Worklog Time Spent: 10m 
      Work Description: RobertIndie opened a new pull request #1348:
URL: https://github.com/apache/avro/pull/1348


   Signed-off-by: Zike Yang <ar...@armail.top>
   
   ### Jira
   
   - [x] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. 
     - https://issues.apache.org/jira/browse/AVRO-3219
   
   ### Tests
   
   - [x] My PR adds the following unit tests: `TestNullableEnumResolution `
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](https://chris.beams.io/posts/git-commit/)":
     1. Subject is separated from body by a blank line
     1. Subject is limited to 50 characters (not including Jira issue reference)
     1. Subject does not end with a period
     1. Subject uses the imperative mood ("add", not "adding")
     1. Body wraps at 72 characters
     1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [x] This is just a bug fix. No need doc.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 658311)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Major
>             Fix For: 1.11.1
>
>         Attachments: AVRO-3219.patch
>
>          Time Spent: 10m
>  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.3.4#803005)