tpalfy commented on a change in pull request #4370:
URL: https://github.com/apache/nifi/pull/4370#discussion_r452230906
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java
##########
@@ -92,7 +95,12 @@
+ "parent FlowFile"),
@WritesAttribute(attribute = "fragment.count", description = "The number
of unpacked FlowFiles generated from the parent FlowFile"),
@WritesAttribute(attribute = "segment.original.filename ", description =
"The filename of the parent FlowFile. Extensions of .tar, .zip or .pkg are
removed because "
- + "the MergeContent processor automatically adds those extensions
if it is used to rebuild the original FlowFile")})
+ + "the MergeContent processor automatically adds those extensions
if it is used to rebuild the original FlowFile"),
+ @WritesAttribute(attribute = "file.lastModifiedTime", description = "The
date and time that the unpacked file was last modified (tar only)."
+ + "file systems"),
Review comment:
What is this `+ "file systems")`?
Is it an unintentional artefact and could be deleted?
----------------------------------------------------------------
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:
[email protected]