kevinjqliu commented on issue #3365: URL: https://github.com/apache/iceberg-python/issues/3365#issuecomment-4529338915
#3377 is merged, thanks! An iterator might still be useful here to lazily fetch pages on the client side. `page-size` only controls the size of each individual response, not when or whether subsequent pages are fetched. Without an iterator, the client eagerly requests all pages upfront, even if the caller only needs the first few results. -- 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]
