EdenKik opened a new pull request, #13988: URL: https://github.com/apache/iceberg/pull/13988
This PR enhances logging in the Iceberg REST fixture to provide more detailed information about catalog operations. The goal is to improve observability and help debug issues like the one reported in #13915, where the REST fixture throws just exceptions (e.g., NoSuchNamespaceException, NoSuchViewException) during successful operations. With these changes, we will be able to see: - Which catalog operation was executed (createTable, commit, updateView, etc.) - Relevant properties and parameters associated with each operation - Confirmation that operations succeed, even if exceptions are reported -- 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]
