Hi Team, Today morning I have pushed 2 commits which had green runs both (#2129, #2449). It turns out that together they caused a compilation issue which was found by several people (#2448, #2449, #2461).
There were runs today on the CI, but even after 2 hours and repeated tries the Java 8 test were not completed. Since the fix is quite straightforward I decided to push it (#2449) anyway. As for the general problem where the tests are stuck, I have checked the logs found here (https://github.com/apache/iceberg/runs/2305772043 <https://github.com/apache/iceberg/runs/2305772043>). The issue seems to me that the HMS thread pool is exhausted. Trying to increase the pool size as a workaround on #2448, and if the CI is fixed then we can push the fix and then investigate further. Thanks, Peter