rambleraptor commented on PR #3349:
URL: https://github.com/apache/iceberg-python/pull/3349#issuecomment-4435542100

   Open question for the community: do we want pagination to happen 
automatically? If you have hundreds of pages of views, calling `list_views` 
will now take hundreds of REST calls. Giving you controls on pagination is more 
annoying, but it gives you a lot more control over the number of REST calls 
you're making.
   
   I'm personally in favor of having users manually do pagination and/or having 
a `pagination` flag somewhere (that defaults to 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: [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]

Reply via email to