Very interested in this PR, I've been running into this issue as well. I'm
going to try testing it but have you attempted to use this with custom defined
types that use a logicalType underneath?
For example:
```json
[
{
"type": "fixed",
"namespace": "com.example.avro",
"name": "SomeDecimal",
"logicalType": "decimal",
"scale": 4,
"precision": 10,
"size": 8
}
]
```
```json
{
"fields": [
{
"name": "foo",
"type": ["null", "com.example.avro.SomeDecimal"],
"default": null
}
]
}
```
[ Full content available at: https://github.com/apache/avro/pull/329 ]
This message was relayed via gitbox.apache.org for [email protected]