Skip to content

Commit 3dd8a74

Browse files
committed
make function hidden in validate
1 parent 5285cac commit 3dd8a74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyiceberg/table/update/validate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def _validate_deleted_data_files(
152152
conflicting_snapshots = {entry.snapshot_id for entry in conflicting_entries}
153153
raise ValidationException(f"Deleted data files were found matching the filter for snapshots {conflicting_snapshots}!")
154154

155+
155156
def _added_data_files(
156157
table: Table,
157158
starting_snapshot: Snapshot,
@@ -190,7 +191,7 @@ def _added_data_files(
190191
yield entry
191192

192193

193-
def validate_added_data_files(
194+
def _validate_added_data_files(
194195
table: Table,
195196
starting_snapshot: Snapshot,
196197
data_filter: Optional[BooleanExpression],

0 commit comments

Comments
 (0)