Skip to content

Commit

Permalink
(fix) Remove duplicated transform application (#5283)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Feb 29, 2024
1 parent a252482 commit a658edb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@ object SortMergeTransform {
}
}
val t = transform.via(fn, sideViews)
sc.applyInternal(t)

val writeResult = sc.applyInternal(t)

ClosedTap(SmbIO.tap(t.getFileOperations, writeResult).apply(sc))
}
}
Expand Down

0 comments on commit a658edb

Please sign in to comment.