You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/05/18 00:02:30 UTC

[GitHub] [nifi] eduardofontes commented on a change in pull request #4281: NIFI-7463 - Create empty relationship for RunMongoAggregation

eduardofontes commented on a change in pull request #4281:
URL: https://github.com/apache/nifi/pull/4281#discussion_r426320327



##########
File path: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java
##########
@@ -70,6 +70,10 @@
             .description("The result set of the aggregation will be sent to this relationship.")
             .name("results")
             .build();
+    static final Relationship REL_EMPTY = new Relationship.Builder()

Review comment:
       Ok. Default autoterminate fixed.




----------------------------------------------------------------
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.

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