iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Maximum Recursion error when upserting partitioned table

Open nHurD opened this issue 2 months ago • 0 comments

Apache Iceberg version

0.10.0 (latest release)

Please describe the bug 🐞

I'm receiving the following stack trace when trying to upsert 5,000 records in batches. I've tried rolling back to python 3.13 and 3.12 with the same result, along with increasing the recursion limit.

stack.log

Willingness to contribute

  • [ ] I can contribute a fix for this bug independently
  • [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • [ ] I cannot contribute a fix for this bug at this time

nHurD avatar Oct 30 '25 11:10 nHurD