szaszm commented on code in PR #2195:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2195#discussion_r3559607136
##########
libminifi/src/provenance/Provenance.cpp:
##########
@@ -577,7 +576,7 @@ void ProvenanceReporterImpl::fetch(const core::FlowFile&
flow_file, const std::s
}
std::shared_ptr<ProvenanceEventRecord> ProvenanceEventRecord::create() {
- return std::make_shared<ProvenanceEventRecordImpl>();
+ return
std::make_shared<ProvenanceEventRecordImpl>(ProvenanceEventType::CLONE,
utils::Identifier{}, "");
Review Comment:
it's fine, it just wasn't obvious when reading the code
--
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]