heman026 opened a new issue, #1759: URL: https://github.com/apache/iceberg-python/issues/1759
### Question I am getting the following error when using table.upsert() to update data. > Exception has occurred: RecursionError > maximum recursion depth exceeded > AttributeError: '_thread._local' object has no attribute 'f_unhandled_exc' > > During handling of the above exception, another exception occurred: > > File "C:\loader_pyiceberg.py", line 118, in upsert > table.upsert(pyarrow_table,join_cols=join_cols) > File "C:\loader_pyiceberg.py", line 222, in <module> > upsert(iceberg_table,pyarrow,['COL1','COL2','COL3','COL4']) > RecursionError: maximum recursion depth exceeded This works fine if the no: of rows in pyarrow table (source) is around 400. I am getting the error if the number of rows is around 500. Is there any limitations for this method, based on size of the data? Could you help me resolve this issue. Thanks -- 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.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