Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public Iterator<FileAwareInputStream> downloadFile(String filePath) throws IOExc
sourcePath.getParent(), PathUtils.getRootPathChild(sourcePath), copyConfiguration);
// Build CopyableFile using cached targetFs and copyConfiguration (initialized once in constructor)
CopyableFile copyableFile = CopyableFile.fromOriginAndDestination(originFs, originStatus, destinationPath, this.copyConfiguration)
.fileSet(workUnit.getProp(ConfigurationKeys.DATASET_URN_KEY))
.datasetOutputPath(targetFs.getUri().getPath())
.ancestorsOwnerAndPermission(ancestorOwnerAndPermissionList)
.build();
Expand Down
Loading