We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167f9e4 commit efe50b4Copy full SHA for efe50b4
1 file changed
pyiceberg/table/update/validate.py
@@ -54,7 +54,7 @@ def validation_history(
54
for snapshot in ancestors_between(from_snapshot, to_snapshot, table.metadata):
55
last_snapshot = snapshot
56
summary = snapshot.summary
57
- if summary is None or summary.matching_operations not in matching_operations:
+ if summary is None or summary.operation not in matching_operations:
58
continue
59
60
snapshots.add(snapshot)
0 commit comments