Github user pvillard31 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2663#discussion_r191668970
--- Diff:
nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/src/main/resources/docs/org.apache.nifi.reporting.SiteToSiteStatusReportingTask/additionalDetails.html
---
@@ -50,7 +50,7 @@ <h2>Record writer</h2>
{ "name" : "actorHostname", "type" : "string"},
{ "name" : "componentType", "type" : "string"},
{ "name" : "componentName", "type" : "string"},
- { "name" : "parentId", "type" : "string"},
+ { "name" : "parentId", "type" : ["string", "null"]},
--- End diff --
I think I remember vaguely something like that but I think it was an issue
on our side with the Record API (can't find a JIRA though). I looked at other
projects I've been working on and I've schemas with "null" being first or
second and I had no issue.
---