We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbde71 commit 9fd51a8Copy full SHA for 9fd51a8
pyiceberg/table/maintenance.py
@@ -45,7 +45,8 @@ def expire_snapshots(self) -> ExpireSnapshots:
45
return ExpireSnapshots(transaction=Transaction(self.tbl, autocommit=True))
46
47
def compact(self) -> None:
48
- """Compact the table's data files by reading and overwriting the entire table.
+ """Compact the table's data and delete files by reading and overwriting
49
+ the entire table.
50
51
Note: This is a full-table compaction that leverages Arrow for binpacking.
52
It currently reads the entire table into memory via `.to_arrow()`.
0 commit comments