pvillard31 commented on code in PR #6011:
URL: https://github.com/apache/nifi/pull/6011#discussion_r865580973
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryRecord.java:
##########
@@ -312,6 +317,7 @@ public void onTrigger(final ProcessContext context, final
ProcessSession session
final QueryResult queryResult = query(session, original,
readerSchema, sql, recordReaderFactory);
final AtomicReference<String> mimeTypeRef = new
AtomicReference<>();
+ final FlowFile originalFlowFile = original;
Review Comment:
is this required?
--
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]