[
https://issues.apache.org/jira/browse/NIFI-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14768919#comment-14768919
]
Mark Payne commented on NIFI-912:
---------------------------------
[~bende] - doing a code review i'm noticing that you're using validators along
with Allowable Values. Not necessarily wrong, but really no need, so I
generally avoid it to make sure there's no confusion.
Similarly to NIFI-919, I want to make sure that the Processor behaves as
expected when it receive a non-avro file. Otherwise, I'll reiterate the same
comments again: code looks great, great unit test coverage.
> Support extracting metadata from Avro file headers
> --------------------------------------------------
>
> Key: NIFI-912
> URL: https://issues.apache.org/jira/browse/NIFI-912
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 0.4.0
>
> Attachments: NIFI-912-2.patch, NIFI-912-3.patch, NIFI-912.patch
>
>
> Extract metadata from Avro file headers to FlowFile attributes so that
> downstream processors can make decisions, such as merging together records of
> compatible schemas (i.e. the correlation attribute).
> Information to extract:
> - Schema definition (full, not fp)
> - Schema fingerprint
> - Schema root record name (if schema is a record)
> - Key/value metadata, like compression codec
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)