[
https://issues.apache.org/jira/browse/NIFI-16213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18105345#comment-18105345
]
ASF subversion and git services commented on NIFI-16213:
--------------------------------------------------------
Commit 87c1fc16872d902dc702ab484247b9b78067d7ae in nifi's branch
refs/heads/main from Mike Thomsen
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=87c1fc16872 ]
NIFI-16213 Fixed null handing in MapRecord for an array of UUIDs (#11554)
Added a null check to MapRecord to prevent a NPE from causing breakage when
dealing with an array/list of UUIDs
Signed-off-by: David Handermann <[email protected]>
> NullPointerException in MapRecord
> ---------------------------------
>
> Key: NIFI-16213
> URL: https://issues.apache.org/jira/browse/NIFI-16213
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Mike Thomsen
> Assignee: Mike Thomsen
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> On line 808 it doesn't check for null before assuming the variable is
> initialized. This only popped up when testing a list of UUIDs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)