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


##########
tests/integration/test_writes/test_writes.py:
##########
@@ -2490,3 +2490,41 @@ def test_stage_only_overwrite_files(
     assert operations == ["append", "append", "delete", "append", "append"]
 
     assert parent_snapshot_id == [None, first_snapshot, second_snapshot, 
second_snapshot, second_snapshot]
+
+
[email protected]("V3 writer support is not enabled.")

Review Comment:
   ```suggestion
   @pytest.mark.skip("V3 writer support is not enabled.")
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to