Skip to content

Commit

Permalink
[VL] Fix failed to get iterator exception from file format writer (#3641
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JkSelf authored Nov 8, 2023
1 parent e3eff1d commit b60fe75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class IteratorApiImpl extends IteratorApi with Logging {

Iterators
.wrap(resIter.asScala)
.protectInvocationFlow()
.recycleIterator {
updateNativeMetrics(resIter.getMetrics)
updateInputMetrics(TaskContext.get().taskMetrics().inputMetrics)
Expand Down

0 comments on commit b60fe75

Please sign in to comment.