rdblue opened a new pull request #2180: URL: https://github.com/apache/iceberg/pull/2180
I think this should fix the Hive metastore errors that have made `TestCopyOnWriteDelete` flaky. I think this was accidentally caused by https://github.com/apache/iceberg/commit/6731211eaf746c6a4abfe71386ef53172a3fc137. That commit stopped using the constructors for the Hive and Hadoop catalogs and started loading them dynamically. It also didn't use the same default pool size, 2, and added a hard-coded 5. I think the test is flaky because the first Hive catalog test runs with 5 clients and shares the same metastore instance with the later catalog test for `spark_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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
