LuciferYang commented on PR #36467: URL: https://github.com/apache/spark/pull/36467#issuecomment-1123072697
> (This will also mean that it.close within db.close will need to handle the corner case - pass a forceClose even if notifyIteratorClosed returns false) Sorry that I didn't understand that clearly. `it.close()` is always executed in the current code and the return value of `db.notifyIteratorClosed(this)` is ignored, do you mean that if `db.notifyIteratorClosed(this)` returns `false`, then not execute `it.close()` or do other processing? -- 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]
