rdblue commented on issue #272: Refactor AvroIterable and prevent multiple iterators URL: https://github.com/apache/incubator-iceberg/pull/272#issuecomment-509815572 @vrozov, I see what this PR does, but I don't think there is a good argument for making Iterables that can only be used once. Both iterables and iterators can be closed. If you'd prefer to close iterators earlier, then I think the right thing to do is to update code to do that, instead of disallowing reasonable uses.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
