Skip to content

Commit f8c5fee

Browse files
jayceslesarFokko
andauthored
Update pyiceberg/table/update/validate.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent fe8d103 commit f8c5fee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyiceberg/table/update/validate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def validation_history(
5555
if summary.operation not in matching_operations:
5656
continue
5757

58-
if snapshot not in snapshots:
59-
snapshots.add(snapshot.snapshot_id)
58+
snapshots.add(snapshot.snapshot_id)
6059
# TODO: Maybe do the IO in a separate thread at some point, and collect at the bottom (we can easily merge the sets 🤤
6160
manifests_files.extend(
6261
[

0 commit comments

Comments
 (0)