[
https://issues.apache.org/jira/browse/NIFI-15597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18059185#comment-18059185
]
Andrew Atwood edited comment on NIFI-15597 at 2/17/26 9:19 PM:
---------------------------------------------------------------
The system I saw problem was 2.6.0. I can't reproduce on 2.8.0.
was (Author: thebestandrew):
The system I saw error was 2.6.0. I can't reproduce on 2.8.0.
> RecordProcessor improperly handles Parquet Avro Exception
> ---------------------------------------------------------
>
> Key: NIFI-15597
> URL: https://issues.apache.org/jira/browse/NIFI-15597
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Andrew Atwood
> Priority: Minor
>
> Parquet's AvroWriteSupport class throws RuntimeException for invalid data
> (null required values in my case). The AbstractRecordProcessor callback only
> catches checked exceptions, and the outermost catch expects all exceptions to
> have been wrapped in a ProcessException.
> This causes the record.error.message to not have the message from the
> exception.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)