Andrew Atwood created NIFI-15597:
------------------------------------

             Summary: 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
            Assignee: Andrew Atwood


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)

Reply via email to