tpalfy commented on code in PR #10136:
URL: https://github.com/apache/nifi/pull/10136#discussion_r2251715505
##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutSQL.java:
##########
@@ -805,50 +825,50 @@ boolean isFragmentedTransactionReady(final List<FlowFile>
flowFiles, final Long
return true;
} else if (fragmentCount == null) {
throw illegal.apply("Cannot process %s because there are %d
FlowFiles with the same fragment.identifier "
- + "attribute but not all FlowFiles have a
fragment.count attribute", new Object[] {flowFile, flowFiles.size()});
+ + "attribute but not all FlowFiles have a
fragment.count attribute", new Object[]{flowFile, flowFiles.size()});
Review Comment:
I think I accidentally did a full-file formatting. I'll revert the unrelated
ones.
--
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]