Re: [PR] fix: raise precise exception in rest_catalog list_namespaces [iceberg-python]

2025-05-07 Thread via GitHub
kevinjqliu merged PR #1977: URL: https://github.com/apache/iceberg-python/pull/1977 -- 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...@i

[PR] fix: raise precise exception in rest_catalog list_namespaces [iceberg-python]

2025-05-07 Thread via GitHub
alessandro-nori opened a new pull request, #1977: URL: https://github.com/apache/iceberg-python/pull/1977 # Rationale for this change In case of a 404 response, list_namespaces should raise a `NoSuchNamespaceException` instead of a generic `RestException`.