exceptionfactory commented on code in PR #9363:
URL: https://github.com/apache/nifi/pull/9363#discussion_r1794171682
##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/MergeRecord.java:
##########
@@ -171,6 +174,7 @@ public class MergeRecord extends
AbstractSessionFactoryProcessor {
public static final String MERGE_COUNT_ATTRIBUTE = "merge.count";
public static final String MERGE_BIN_AGE_ATTRIBUTE = "merge.bin.age";
public static final String MERGE_UUID_ATTRIBUTE = "merge.uuid";
+ public static final String REASON_FOR_MERGING = "merge.reason";
Review Comment:
Recommend adjusting the naming to provide some differentiation from
`MergeContent`, which has a different set of defined values.
```suggestion
public static final String MERGE_COMPLETION_REASON =
"merge.completion.reason";
```
--
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]