Skip to content

Commit a96da01

Browse files
committed
fix ordering to match
1 parent 0a6b781 commit a96da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/update/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def _deleted_data_files(
102102

103103
manifests, snapshot_ids = validation_history(
104104
table,
105-
starting_snapshot,
106105
parent_snapshot,
106+
starting_snapshot,
107107
VALIDATE_DATA_FILES_EXIST_OPERATIONS,
108108
ManifestContent.DATA,
109109
)

0 commit comments

Comments
 (0)