sungwy commented on code in PR #1157: URL: https://github.com/apache/iceberg-python/pull/1157#discussion_r1752935745
########## tests/integration/test_writes/test_writes.py: ########## @@ -1409,3 +1399,52 @@ def test_delete_threshold() -> None: assert len(iceberg_table.scan(row_filter=Not(delete_condition)).to_arrow()) == lower_before iceberg_table.delete(delete_condition) assert len(iceberg_table.scan().to_arrow()) == lower_before + + +@pytest.mark.integration +def test_writes_jasper(session_catalog: Catalog) -> None: Review Comment: nit: should we rename this to something a bit more descriptive? like: `test_overwrite_with_partition_evolution` ? -- 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