alessandro-nori opened a new pull request, #778:
URL: https://github.com/apache/iceberg-go/pull/778

   ## Key changes
   - Replace `pageSize >= 0` with `pageSize > 0` in `listTablesPage`, 
`listNamespacesPage`, and `listViewsPage`
   - Add tests verifying `pageSize=0` is not included in the request query 
string
   
   ## Motivation
   A page size of 0 is meaningless and likely causes server-side errors. The 
param should only be sent for positive values.


-- 
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