[
https://issues.apache.org/jira/browse/NIFI-15597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Atwood resolved NIFI-15597.
----------------------------------
Resolution: Cannot Reproduce
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)