Gabriel39 opened a new pull request, #67711: URL: https://github.com/apache/doris/pull/67711
### What problem does this PR solve? Iceberg execute actions on the legacy FE path run outside the external catalog authentication scope. Snapshot mutations can read existing metadata but fail when committing a new metadata file to an authenticated filesystem. ### What is changed? - Run external table execute actions through the catalog execution authenticator. - Preserve action errors across the Hadoop authentication boundary. - Add a focused command unit test and a Kerberos Iceberg rollback regression. ### Check List - [x] Unit test: `ExecuteActionCommandTest` - [x] FE Checkstyle - [x] Regression case added for `rollback_to_snapshot` under a Kerberos Hadoop catalog -- 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]
