smaheshwar-pltr commented on code in PR #1783: URL: https://github.com/apache/iceberg-python/pull/1783#discussion_r1988154986
########## 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: + identifier = "default.test_upsert_large_table" + _drop_table(catalog, identifier) + + num_columns = 50 + num_rows = 10000 Review Comment: Actually, 20 and 1000 is enough to make `main` fail this test with (default) recursion depth exceeded -- 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