kevinjqliu commented on issue #13119: URL: https://github.com/apache/iceberg/issues/13119#issuecomment-2898703130
heres the relevant code on the go side [Catalog.ListTables](https://github.com/apache/iceberg-go/blob/8270498f1932bececb5cec22c174df5f1865f7eb/catalog/rest/rest.go#L666-L670) [getPageSize](https://github.com/apache/iceberg-go/blob/8270498f1932bececb5cec22c174df5f1865f7eb/catalog/rest/rest.go#L1115-L1120) defaults to 20 [pageSize param is set, while pageToken is not](https://github.com/apache/iceberg-go/blob/8270498f1932bececb5cec22c174df5f1865f7eb/catalog/rest/rest.go#L696-L702) Works: http://localhost:8181/v1/namespaces/default/tables?pageSize=1&pageToken=1 Doesn't work: http://localhost:8181/v1/namespaces/default/tables?pageSize=1 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org