joewitt commented on code in PR #8498:
URL: https://github.com/apache/nifi/pull/8498#discussion_r1589491223


##########
nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceEventBuilder.java:
##########
@@ -283,6 +283,13 @@ public interface ProvenanceEventBuilder {
      */
     ProvenanceEventBuilder setRelationship(Relationship relationship);
 
+    /**
+     * Sets the IDs for the event that happened previously to this event for 
the given FlowFile
+     * @param previousEventIds The previous event IDs (usually one except for 
JOIN events and such)
+     * @return the builder
+     */
+    ProvenanceEventBuilder setPreviousEventIds(List<Long> previousEventIds);

Review Comment:
   Does this imply we're storing event ids for the before and after event on 
both the before and after event?



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to