We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5285cac commit 3dd8a74Copy full SHA for 3dd8a74
1 file changed
pyiceberg/table/update/validate.py
@@ -152,6 +152,7 @@ def _validate_deleted_data_files(
152
conflicting_snapshots = {entry.snapshot_id for entry in conflicting_entries}
153
raise ValidationException(f"Deleted data files were found matching the filter for snapshots {conflicting_snapshots}!")
154
155
+
156
def _added_data_files(
157
table: Table,
158
starting_snapshot: Snapshot,
@@ -190,7 +191,7 @@ def _added_data_files(
190
191
yield entry
192
193
-def validate_added_data_files(
194
+def _validate_added_data_files(
195
196
197
data_filter: Optional[BooleanExpression],
0 commit comments