manuzhang opened a new pull request, #11616: URL: https://github.com/apache/iceberg/pull/11616
Fix flaky tests in TestRemoveOrphanFilesAction3 as shown by https://github.com/apache/iceberg/actions/runs/11947170518/job/33302718931?pr=11612 ``` TestRemoveOrphanFilesAction3 > testSparkSessionCatalogHadoopTable() > formatVersion = 3 FAILED org.apache.spark.sql.catalyst.analysis.TableAlreadyExistsException: [TABLE_OR_VIEW_ALREADY_EXISTS] Cannot create table or view default.table680 because it already exists. Choose a different name, drop or replace the existing object, or add the IF NOT EXISTS clause to tolerate pre-existing objects. at app//org.apache.iceberg.spark.SparkCatalog.createTable(SparkCatalog.java:250) at app//org.apache.iceberg.spark.SparkSessionCatalog.createTable(SparkSessionCatalog.java:177) at app//org.apache.iceberg.spark.actions.TestRemoveOrphanFilesAction3.testSparkSessionCatalogHadoopTable(TestRemoveOrphanFilesAction3.java:138) ``` cc @nastra -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org