[
https://issues.apache.org/jira/browse/NIFI-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474594#comment-16474594
]
ASF subversion and git services commented on NIFI-5189:
-------------------------------------------------------
Commit 04745a556a3805597948f672292959e684401ddf in nifi's branch
refs/heads/master from [~jope]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=04745a5 ]
NIFI-5189 Schema name is not available for RecordSchema
This closes #2700
Signed-off-by: Mike Thomsen <[email protected]>
> If a schema is accessed using 'Use 'Schema Text' Property', the name of the
> schema is not available
> ---------------------------------------------------------------------------------------------------
>
> Key: NIFI-5189
> URL: https://issues.apache.org/jira/browse/NIFI-5189
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Johannes Peter
> Assignee: Johannes Peter
> Priority: Major
>
> If a schema is accessed using 'Use 'Schema Text' Property', the Avro schema
> object will be transformed to a RecordSchema using the method
> AvroTypeUtil.create(Schema avroSchema). This method returns a RecordSchema
> with an empty SchemaIdentifier. Therefore, the name of the schema cannot be
> accessed. The method should at least return a RecordSchema with a
> SchemaIdentifier containing the name of the schema.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)