Fokko opened a new pull request, #11858: URL: https://github.com/apache/iceberg/pull/11858
This reverts commit 7e2920af400e5d559f8f1742b1043787b0477d74 from #10771. Reported in https://github.com/apache/iceberg/issues/11783, https://github.com/apache/iceberg/issues/11633 and https://github.com/apache/iceberg/issues/11582. I was able to reproduce this on PyIceberg https://github.com/apache/iceberg-python/pull/1323, and while doing a `git bisect`, this led me to this PR: ``` ➜ iceberg git:(7e2920af4) git bisect bad 7e2920af400e5d559f8f1742b1043787b0477d74 is the first bad commit commit 7e2920af400e5d559f8f1742b1043787b0477d74 Author: Hussein Awala <huss...@awala.fr> Date: Thu Jul 25 19:50:19 2024 +0200 Hive: close the fileIO client when closing the hive catalog (#10771) Co-authored-by: Amogh Jahagirdar <amo...@apache.org> Co-authored-by: Eduard Tudenhoefner <etudenhoef...@gmail.com> .../java/org/apache/iceberg/hive/HiveCatalog.java | 33 +++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) ``` For now, I would suggest reverting it to backport this to 1.7.2. Closes https://github.com/apache/iceberg/issues/11783 Closes https://github.com/apache/iceberg/issues/11633 cc @hussein-awala @nastra @amogh-jahagirdar -- 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