pub async fn run_vacuum(
table: DeltaTable,
retention: Duration,
) -> Result<(DeltaTable, usize), ConnectorError>Expand description
Runs VACUUM on a Delta Lake table, deleting old unreferenced files.
ยงErrors
Returns ConnectorError::Internal if the operation fails.