gabeiglio opened a new pull request, #15227: URL: https://github.com/apache/iceberg/pull/15227
These test were timing out on our CI builds, doing some investigation this exact [issue](https://github.com/apache/iceberg/pull/11974) came out in a similar test, and applying the same fix worked The test was also getting stuck locally when running: ```bash ./gradlew --stacktrace -Pquick=true -x javadoc :iceberg-spark:iceberg-spark-extensions-4.0_2.13:test -DscalaVersion=2.13 -DsparkVersions=4.0 \ --tests "org.apache.iceberg.spark.extensions.TestCopyOnWriteDelete" ``` Note: I only saw this in spark 4.0, but seems harmless to backport it to all other versions -- 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]
