gabrywu opened a new issue, #8342: URL: https://github.com/apache/iceberg/issues/8342
### Apache Iceberg version 1.2.1 ### Query engine Other ### Please describe the bug 🐞 ```java AppendFiles appendFiles = icebergTable.newAppend(); appendFiles.appendFile(dataFile); appendFiles.commit(); ``` Our cluster is using Kerberos auth, and the `commit()` will print `GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)` logs, however, commit is successful without any errors. I'm wondering why `deleteRemovedMetadataFiles` throws such exceptions only. If I set write.metadata.delete-after-commit.enabled = false, errors gone -- 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]
