Skip to content

Commit 96d6392

Browse files
committed
Fix comment
1 parent 259f8c5 commit 96d6392

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyiceberg/table/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,11 @@ def delete(self, delete_filter: Union[str, BooleanExpression], snapshot_properti
582582
"""
583583
Shorthand for deleting record from a table.
584584
585+
An deletee may produce zero or more snapshots based on the operation:
586+
587+
- DELETE: In case existing Parquet files can be dropped completely.
588+
- REPLACE: In case existing Parquet files need to be rewritten
589+
585590
Args:
586591
delete_filter: A boolean expression to delete rows from a table
587592
snapshot_properties: Custom properties to be added to the snapshot summary

0 commit comments

Comments
 (0)