frankliee opened a new pull request, #701: URL: https://github.com/apache/iceberg-python/pull/701
In the current hive catalog implementation, locking will only be executed once. If another task has already locked the target table, the locking will fail inevitably. This PR adds retry and wait logic for hive catalog with the following modifications. 1. add `_wait_for_lock` on hive catalog 2. add `WaitingForLockException` 3. add a new UT that two tasks are locking the same table. -- 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