LucasJavaudin opened a new pull request, #1916:
URL: https://github.com/apache/avro/pull/1916
## What is the purpose of the change
Allow to deserialize enum with unit type, e.g.,
```
enum MyEnum {
Variant(()),
}
```
## Verifying this change
This change added tests and can be verified as follows:
- new unit test that deserialize an enum with unit type
## Documentation
- Does this pull request introduce a new feature? no
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]