Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/81#discussion_r113974309
  
    --- Diff: libminifi/src/core/yaml/YamlConfiguration.cpp ---
    @@ -339,7 +339,7 @@ void YamlConfiguration::parseProvenanceReportingYaml(
         return;
       }
     
    -  if (!reportNode || !(reportNode->IsSequence())) {
    --- End diff --
    
    The main case of interest is for those scenarios were Provenance Reporting 
is not desired.  As a result, this will throw an exception for those scenarios 
where provenance reporting is not one of the included yaml components.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to