kevinjqliu opened a new pull request, #3960: URL: https://github.com/apache/iceberg-python/pull/3960
# Rationale for this change Make `RestCatalog.view_exists()` fall back to `load_view()` when the server does not advertise the view HEAD endpoint, following the existing table and namespace existence checks. Preserve advertised HEAD behavior and existing capability defaults. ## Are these changes tested? Added separate regressions for advertised GET support, legacy servers with view support enabled, and missing views. The focused REST/view suite passes: 44 tests. Ruff, mypy, and applicable commit hooks pass. ## Are there any user-facing changes? `view_exists()` works with GET-capable servers that do not advertise HEAD. Missing views return `False`; other load errors propagate. -- 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]
