smaheshwar-pltr commented on code in PR #1783:
URL: https://github.com/apache/iceberg-python/pull/1783#discussion_r1988154657


##########
tests/table/test_upsert.py:
##########
@@ -408,6 +408,31 @@ def test_upsert_into_empty_table(catalog: Catalog) -> None:
     assert upd.rows_inserted == 4
 
 
+def test_large_upsert_into_empty_table(catalog: Catalog) -> None:

Review Comment:
   This now-passing test fails on `main` with
   
   ```
       def __getitem__(self, key):
   >       return self.data[ref(key)]
   E       RecursionError: maximum recursion depth exceeded in comparison
   
   /<PATH>/weakref.py:416: RecursionError
   !!! Recursion error detected, but an error occurred locating the origin of 
recursion.
     The following exception happened when comparing locals in the stack frame:
       RecursionError: maximum recursion depth exceeded
     Displaying first and last 10 stack frames out of 962.
   ```



-- 
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

Reply via email to