Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/81#discussion_r113971134
--- Diff: libminifi/src/core/yaml/YamlConfiguration.cpp ---
@@ -339,7 +339,7 @@ void YamlConfiguration::parseProvenanceReportingYaml(
return;
}
- if (!reportNode || !(reportNode->IsSequence())) {
--- End diff --
Sorry, confused this with remote processing groups. Regardless, another
check is needed for Node typing. In this case, we are looking for a map, or
perhaps, more generically we need to just check for defined
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---