rambleraptor opened a new pull request, #3477:
URL: https://github.com/apache/iceberg-python/pull/3477
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
The Java (and soon Go) implementations of Iceberg specify that if
list_tables / list_namespaces aren't supported, they should return an empty
array, not throw an error.
I'm not a huge fan of this personally, but I think it's best to match the
reference implementation.
[List Tables on
Java](https://github.com/apache/iceberg/blob/8b45abce036b480fbecd2427d4ae70fae0536640/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L306-L308)
[List Namespaces on
Java](https://github.com/apache/iceberg/blob/8b45abce036b480fbecd2427d4ae70fae0536640/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L754-L756)
## Are these changes tested?
Test included.
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]