mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
- AvroReader did not convert logical types if those are defined with union - Consolidated createSchema method in AvroSchemaRegistry and AvroTypeUtil as both has identical implementation and mai ntaining both would be error-prone This closes #1779.