jayceslesar opened a new pull request, #2158: URL: https://github.com/apache/iceberg-python/pull/2158
Closes #2084 # Rationale for this change Support pagination! I looked at the rust iceberg implementation and noticed there is no laziness there either so seems fine for the non-lazy list methods to just exhaust into a list. Also needed to move all requests behind a `self._request_with_retries` method that now handles all previous retry logic # Are these changes tested? Added tests # Are there any user-facing changes? Yes. -- 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]
