mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +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.