We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c5fee commit d95e6edCopy full SHA for d95e6ed
1 file changed
pyiceberg/table/update/validate.py
@@ -56,7 +56,7 @@ def validation_history(
56
continue
57
58
snapshots.add(snapshot.snapshot_id)
59
- # TODO: Maybe do the IO in a separate thread at some point, and collect at the bottom (we can easily merge the sets 🤤
+ # TODO: Maybe do the IO in a separate thread at some point, and collect at the bottom (we can easily merge the sets 🤤
60
manifests_files.extend(
61
[
62
manifest
0 commit comments