You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/28 05:57:20 UTC

[GitHub] [iceberg] saurabhagas opened a new issue #2880: ClosingIterator not closed correctly

saurabhagas opened a new issue #2880:
URL: https://github.com/apache/iceberg/issues/2880


   `ClosingIterator` wraps a `CloseableIterator`, providing the functionality of closing the underlying iterator when the elements are exhausted. The underlying iterator is closed in the `next()` call, but `next()` is called only when `hasNext()` returns false.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rymurr closed issue #2880: Underlying iterator in ClosingIterator not closed correctly

Posted by GitBox <gi...@apache.org>.
rymurr closed issue #2880:
URL: https://github.com/apache/iceberg/issues/2880


   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org