Matt Burgess created NIFI-9721:
----------------------------------
Summary: AvroTypeUtil.buildAvroSchema() doesn't support enums
Key: NIFI-9721
URL: https://issues.apache.org/jira/browse/NIFI-9721
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Reporter: Matt Burgess
Fix For: 1.16.0
When NiFi builds a new schema from an existing schema (UpdateRecord, e.g.) with
an ENUM type, it fails with a NullPointerException. This is because there is no
handling for the ENUM type, and the default handling returns null rather than a
schema containing the ENUM. A case for ENUM types should be added to support
this datatype.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)