Skip to content

Commit fe8d103

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyiceberg/table/update/validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def validation_history(
5757

5858
if snapshot not in snapshots:
5959
snapshots.add(snapshot.snapshot_id)
60+
# TODO: Maybe do the IO in a separate thread at some point, and collect at the bottom (we can easily merge the sets 🤤
6061
manifests_files.extend(
6162
[
6263
manifest

0 commit comments

Comments
 (0)