lirui-apache opened a new issue #3750: URL: https://github.com/apache/iceberg/issues/3750
We encountered this issue with 0.11, but thought it might still apply to latest code. Basically the issue is because test classes try to clean up temp folders by calling `java.io.File.delete`, which won't really delete the folder if it's not empty. Problematic classes include: `SparkTestBaseWithCatalog::dropWarehouse` `TestHiveMetastore::stop` `TestCatalogTableLoader::dropWarehouse` -- 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]
