exceptionfactory commented on code in PR #8331:
URL: https://github.com/apache/nifi/pull/8331#discussion_r1476795808


##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LookupRecord.java:
##########
@@ -196,6 +198,18 @@ public class LookupRecord extends AbstractProcessor {
         .required(true)
         .build();
 
+    static final PropertyDescriptor RESULT_RECORD_PATH = new 
PropertyDescriptor.Builder()
+        .name("result-record-path")
+        .displayName("Result RecordPath")

Review Comment:
   @dan-s1 Yes, but this is just moving the descriptor declaration 
`RESULT_RECORD_PATH`, so it isn't introducing a new property. See above changes 
on lines 158-163.



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

Reply via email to