rambleraptor commented on PR #3349: URL: https://github.com/apache/iceberg-python/pull/3349#issuecomment-4445822529
Sorry, I might not be explaining this correctly. I'm lightly opinionated on this. With this PR, if we have one-thousand pages of views, PyIceberg will make one-thousand calls to `list_views` (each with a different page token). That's a lot of network calls! What if the user doesn't want to make all of those network calls automatically? Maybe they only want to go through the first ten pages of views? It could be useful to provide users the ability to paginate themselves, so they control how many network calls are made. -- 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]
