You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2023/11/15 20:21:00 UTC

[jira] [Assigned] (NIFI-12376) Logic error in AvroReader

     [ https://issues.apache.org/jira/browse/NIFI-12376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess reassigned NIFI-12376:
-----------------------------------

    Assignee: Matt Burgess

> Logic error in AvroReader
> -------------------------
>
>                 Key: NIFI-12376
>                 URL: https://issues.apache.org/jira/browse/NIFI-12376
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>
> There is a logic error in AvroReader.createRecordReader() where a "bitwise and" operator is used where a "logical and" operator should be used instead. It's an edge case to get it to surface, you have to be using AvroReader with a schema registry that does not return a Schema Format (rather than the usual configuration of using the schema embedded in the Avro file).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)