tanmayrauth commented on issue #665: URL: https://github.com/apache/iceberg-go/issues/665#issuecomment-4653123929
Opened a PR for this: #1173 Scoped to REST per the issue title — adds --page-size to iceberg list. When set and the catalog is REST, it's applied via (*rest.Catalog).SetPageSize on the request context. Default behavior is unchanged (falls back to REST's existing default of 20). On the open questions: - Namespace iterator: left as-is. REST already paginates namespaces internally, so the new flag just tunes HTTP request count without a breaking iterator change. - Glue: has no SetPageSize today, so the flag is a no-op there. Happy to do that as a follow-up since it changes the Glue catalog API rather than the CLI. -- 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]
