cloud-fan commented on PR #57346:
URL: https://github.com/apache/spark/pull/57346#issuecomment-5755310801

   I rechecked the cleanup path: 
`ExternalAppendOnlyUnsafeRowArray.SpillableArrayIterator` does not implement 
`Closeable`, so `closeIterator` is a no-op for spilled cursors. The naive frame 
already has one abandoned-cursor risk, and the enabled bounded RANGE path adds 
a second independent cursor. Please expose and close the wrapped spill 
iterators at the partition boundary.
   
   <!-- SPARK_DEV_REVIEW_REPLY 
{"feedback_id":"conversation:5628528801","thread_id":"conversation:5628528801","verdict_sha256":"44cfbd12c733d43e738891d26f1c55262005d601221af045a681e4507b1c6c68"}
 -->


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to