adamdebreceni commented on code in PR #2195:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2195#discussion_r3559340243
##########
libminifi/src/provenance/Provenance.cpp:
##########
@@ -509,7 +509,6 @@ void ProvenanceReporterImpl::clone(const core::FlowFile&
parent, const core::Flo
if (event) {
event->addChildFlowFile(child);
- event->addParentFlowFile(parent);
Review Comment:
we generate a clone event for "parent" flowfile, we do not need to add
itself to its list of parents
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]