Skip to content

Commit 5fef4e8

Browse files
Update pyiceberg/table/update/validate.py
Co-authored-by: Jayce Slesar <47452474+jayceslesar@users.noreply.github.com>
1 parent dc0860b commit 5fef4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/table/update/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _added_data_files(
202202
if parent_snapshot is None:
203203
return
204204

205-
manifests, snapshot_ids = validation_history(
205+
manifests, snapshot_ids = _validation_history(
206206
table,
207207
parent_snapshot,
208208
starting_snapshot,

0 commit comments

Comments
 (0)