Files
delta-rs/python/docs
Will Jones 5dc89b389d feat(python): expose z-order in Python (#1443)
# Description

Updated the API to:

```python
DeltaTable.optimize.compact()
DeltaTable.optimize.z_order()
```

The old API of `DeltaTable.optimize()` still works, but now issues a
deprecation warning.

# Related Issue(s)

- closes #1442


# Documentation

<!---
Share links to useful documentation
--->
2023-06-06 21:47:50 -07:00
..