Skip to content

Commit

Permalink
Update delta-lake-z-order.md
Browse files Browse the repository at this point in the history
small correction to z_order columns argument.
  • Loading branch information
RyRyRyNguyen authored and rtyler committed Nov 13, 2024
1 parent 95395cb commit 935f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/optimize/delta-lake-z-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Here's how to Z Order a Delta table:

```python
dt = DeltaTable("tmp")
dt.optimize.z_order([country])
dt.optimize.z_order(["country"])
```

0 comments on commit 935f7eb

Please sign in to comment.