Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Lo committed Oct 8, 2024
1 parent ba7012a commit 433b42f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ private void publishFileSet(CopyEntity.DatasetAndPartition datasetAndPartition,
if (copyEntity instanceof CopyableFile) {
CopyableFile copyableFile = (CopyableFile) copyEntity;
if (wus.getWorkingState() == WorkingState.COMMITTED) {
// Committed files should exist in destination otherwise FNFE will be thrown
preserveFileAttrInPublisher(copyableFile);
CopyEventSubmitterHelper.submitSuccessfulFilePublish(this.eventSubmitter, copyableFile, wus);
// Dataset Output path is injected in each copyableFile.
Expand Down

0 comments on commit 433b42f

Please sign in to comment.