rcjverhoef opened a new pull request, #11143:
URL: https://github.com/apache/iceberg/pull/11143

   When requesting a pagesize that exceeds the number of 
namespaces/views/tables from the REST Catalog, it throws an 
`IndexOutOfBoundsException`. This is due to using `List.subList` with the 
end-index being set to the page-size. Java's `sublist` doesn't appreciate an 
end-index bigger than the size of the list.
   
   See https://github.com/apache/iceberg/issues/11142


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

Reply via email to