Skip to content

Commit 45f4ae5

Browse files
committed
Remove test docstring per review feedback
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent d769992 commit 45f4ae5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/integration/test_deletes.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -979,12 +979,6 @@ def assert_manifest_entry(expected_status: ManifestEntryStatus, expected_snapsho
979979

980980
@pytest.mark.integration
981981
def test_manifest_entry_snapshot_id_after_partial_deletes(session_catalog: RestCatalog) -> None:
982-
"""Test that DELETED manifest entries from a CoW overwrite (partial delete) have the correct snapshot_id.
983-
984-
When only some rows match the delete filter, PyIceberg rewrites the file via _OverwriteFiles.
985-
The DELETED entry's snapshot_id must be the deleting snapshot's ID, not the original INSERT snapshot's ID.
986-
See: https://github.com/apache/iceberg-python/issues/3236
987-
"""
988982
identifier = "default.test_manifest_entry_snapshot_id_after_partial_deletes"
989983
try:
990984
session_catalog.drop_table(identifier)

0 commit comments

Comments
 (0)