Fokko commented on issue #1759: URL: https://github.com/apache/iceberg-python/issues/1759#issuecomment-2711738238
Thanks everyone, for raising this. The number of columns that you upsert on can cause problems since each column will duplicate the complexity of the predicate. As a intermediate solution, you might want to try to bump the recursion depth: ```python import sys sys.setrecursionlimit(5000) ``` -- 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