Fokko commented on code in PR #1157:
URL: https://github.com/apache/iceberg-python/pull/1157#discussion_r1755433036


##########
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:
   @sungwy Great catch! That was a place-holder :)
   ```suggestion
   def test_rewrite_manifest_after_partition_evolution(session_catalog: 
Catalog) -> None:
   ```



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